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