Skip to content

Commit c501917

Browse files
committed
sphinx: Set the html_theme variable explicitly.
This should let our custom css show on readthedocs.org.
1 parent 235cb17 commit c501917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/sphinx/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
]
5151

5252
html_static_path = [os.path.abspath("../static")]
53+
html_theme = 'default'
5354
html_style = "sphinx.css"
5455
highlight_language = "none"
5556
html_theme_options = dict(

0 commit comments

Comments
 (0)