From 3c8d13b80aaf6a450ca8977792054701eea2d5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 14:38: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 78adbfc..a68c8e5 100644 --- a/source/conf.py +++ b/source/conf.py @@ -45,6 +45,6 @@ rst_epilog = """ .. include:: colors.rst """ datatables_options = { - "scrollY": 3000, - "paging": false, + "scrollY": "3000", + "paging": "false", }