change background color
This commit is contained in:
parent
bf303d8e72
commit
a5261a2e6f
|
@ -35,7 +35,7 @@ html_show_sourcelink = False
|
||||||
html_link_suffix = ".html"
|
html_link_suffix = ".html"
|
||||||
html_theme = "sphinx_rtd_theme"
|
html_theme = "sphinx_rtd_theme"
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"style_nav_header_background": "#4fb31f",
|
"style_nav_header_background": "#e7c30d",
|
||||||
"display_version": False,
|
"display_version": False,
|
||||||
"prev_next_buttons_location": "bottom",
|
"prev_next_buttons_location": "bottom",
|
||||||
"collapse_navigation": True,
|
"collapse_navigation": True,
|
||||||
|
|
Loading…
Reference in a new issue