Skip to content

Commit 469f2e4

Browse files
committed
Force theme.css load for local tests
1 parent 5c7d867 commit 469f2e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def setup(app):
119119

120120
html_context = {
121121
'css_files': [
122+
'_static/css/theme.css', # set explicitly for local tests
122123
'_static/css/theme_overrides.css', # override wide tables in RTD theme
123124
'_static/css/mandoc.css',
124125
],

0 commit comments

Comments
 (0)