From 2dfad1ae029e7c7f89723389c5bf555f4e70d9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 14:31:37 +0100 Subject: [PATCH] add datatables options --- source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/conf.py b/source/conf.py index 535a7f4..3d5a13f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -44,3 +44,7 @@ html_theme_options = { rst_epilog = """ .. include:: colors.rst """ +datatables_options = { + "scrollY"": 300, + "paging"": False, +}