add datatables options
Some checks failed
/ test (push) Failing after 12s

This commit is contained in:
Michaël Ricart 2025-02-17 14:31:37 +01:00
parent c0763740ee
commit 2dfad1ae02

View file

@ -44,3 +44,7 @@ html_theme_options = {
rst_epilog = """
.. include:: colors.rst
"""
datatables_options = {
"scrollY"": 300,
"paging"": False,
}