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