We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea36e5e commit 10ad661Copy full SHA for 10ad661
doc/conf.py
@@ -85,7 +85,13 @@
85
"https://cdn.datatables.net/1.10.23/css/jquery.dataTables.min.css",
86
]
87
88
-html_context = {"css_files": ["_static/theme_overrides.css", "_static/pagination.css", "_static/search_accessories.css"]}
+html_context = {
89
+ "css_files": [
90
+ "_static/theme_overrides.css",
91
+ "_static/pagination.css",
92
+ "_static/search_accessories.css",
93
+ ]
94
+}
95
96
# Example configuration for intersphinx: refer to the Python standard library.
97
intersphinx_mapping = {"http://docs.python.org/": None}
0 commit comments