Skip to content

Commit 10ad661

Browse files
committed
fix: reformat files for CI test
1 parent ea36e5e commit 10ad661

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/conf.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@
8585
"https://cdn.datatables.net/1.10.23/css/jquery.dataTables.min.css",
8686
]
8787

88-
html_context = {"css_files": ["_static/theme_overrides.css", "_static/pagination.css", "_static/search_accessories.css"]}
88+
html_context = {
89+
"css_files": [
90+
"_static/theme_overrides.css",
91+
"_static/pagination.css",
92+
"_static/search_accessories.css",
93+
]
94+
}
8995

9096
# Example configuration for intersphinx: refer to the Python standard library.
9197
intersphinx_mapping = {"http://docs.python.org/": None}

0 commit comments

Comments
 (0)