We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666f4a8 commit b016eb0Copy full SHA for b016eb0
1 file changed
docs/conf.py
@@ -223,7 +223,7 @@ def check_sphinx_version(expected_version):
223
# }
224
225
# Add any paths that contain custom themes here, relative to this directory.
226
-html_theme_path = []
+# html_theme_path = []
227
228
html_title = f'{project} v{release}'
229
@@ -244,6 +244,10 @@ def check_sphinx_version(expected_version):
244
# so a file named "default.css" will overwrite the builtin "default.css".
245
html_static_path = ['_static']
246
html_style = 'css/custom-tweakwcs.css'
247
+html_js_files = [
248
+ 'searchtools.js',
249
+ 'language_data.js',
250
+]
251
252
# The name of an image file (relative to this directory) to place at the top
253
# of the sidebar.
0 commit comments