sphinx: Set the html_theme variable explicitly.
This should let our custom css show on readthedocs.org.
This commit is contained in:
parent
1b578ebda6
commit
fb74354593
|
@ -53,6 +53,7 @@ coverage_ignore_functions = [
|
|||
]
|
||||
|
||||
html_static_path = [os.path.abspath("../static")]
|
||||
html_theme = 'default'
|
||||
html_style = "sphinx.css"
|
||||
highlight_language = "none"
|
||||
html_theme_options = dict(
|
||||
|
|
Loading…
Reference in New Issue