doc: fix css theme
This commit is contained in:
parent
02670c1b7f
commit
fccf5323d2
14
doc/conf.py
14
doc/conf.py
@ -157,16 +157,12 @@ html_theme_options = {
|
|||||||
# pixels large.
|
# pixels large.
|
||||||
#html_favicon = None
|
#html_favicon = None
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# These folders are copied to the documentation's HTML output
|
||||||
# relative to this directory. They are copied after the builtin static files,
|
html_static_path = ["_static"]
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
|
||||||
html_static_path = ['_static']
|
|
||||||
|
|
||||||
html_context = {
|
# These paths are either relative to html_static_path
|
||||||
'css_files': [
|
# or fully qualified paths (eg. https://...)
|
||||||
'_static/theme_overrides.css', # override wide tables in RTD theme
|
html_css_files = ["theme_overrides.css"]
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
||||||
# Add any extra paths that contain custom files (such as robots.txt or
|
# Add any extra paths that contain custom files (such as robots.txt or
|
||||||
# .htaccess) here, relative to this directory. These files are copied
|
# .htaccess) here, relative to this directory. These files are copied
|
||||||
|
Loading…
Reference in New Issue
Block a user