We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ddbdb commit 2971697Copy full SHA for 2971697
doc/conf.py
@@ -83,16 +83,11 @@
83
84
html_css_files = [
85
"https://cdn.datatables.net/1.10.23/css/jquery.dataTables.min.css",
86
+ "theme_overrides.css",
87
+ "pagination.css",
88
+ "search_accessories.css",
89
]
90
-html_context = {
- "css_files": [
- "_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 = {"python": ("http://docs.python.org/", None)}
98
0 commit comments