Skip to content

Commit 2971697

Browse files
committed
update conf.py for the sphinx python version upgrade
1 parent c4ddbdb commit 2971697

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

doc/conf.py

+3-8
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,11 @@
8383

8484
html_css_files = [
8585
"https://cdn.datatables.net/1.10.23/css/jquery.dataTables.min.css",
86+
"theme_overrides.css",
87+
"pagination.css",
88+
"search_accessories.css",
8689
]
8790

88-
html_context = {
89-
"css_files": [
90-
"_static/theme_overrides.css",
91-
"_static/pagination.css",
92-
"_static/search_accessories.css",
93-
]
94-
}
95-
9691
# Example configuration for intersphinx: refer to the Python standard library.
9792
intersphinx_mapping = {"python": ("http://docs.python.org/", None)}
9893

0 commit comments

Comments
 (0)