Skip to content

Commit 6056628

Browse files
committed
simplify overrides
1 parent c829962 commit 6056628

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@
122122
# so a file named "default.css" will overwrite the builtin "default.css".
123123
html_static_path = ['_static']
124124

125-
html_context = {
126-
'css_files': [
127-
'_static/theme_overrides.css', # override wide tables in RTD theme
128-
],
129-
}
125+
html_css_files = ["theme_overrides.css"]
130126

131127
# Custom sidebar templates, must be a dictionary that maps document names
132128
# to template names.

0 commit comments

Comments
 (0)