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, +}