We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c829962 commit 6056628Copy full SHA for 6056628
1 file changed
docs/source/conf.py
@@ -122,11 +122,7 @@
122
# so a file named "default.css" will overwrite the builtin "default.css".
123
html_static_path = ['_static']
124
125
-html_context = {
126
- 'css_files': [
127
- '_static/theme_overrides.css', # override wide tables in RTD theme
128
- ],
129
- }
+html_css_files = ["theme_overrides.css"]
130
131
# Custom sidebar templates, must be a dictionary that maps document names
132
# to template names.
0 commit comments