mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#168: fix code.
This commit is contained in:
parent
c77362ad62
commit
d2bdbb0ee5
@ -27,7 +27,7 @@ your :file:`conf.py`::
|
|||||||
html_theme = "default"
|
html_theme = "default"
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"rightsidebar": "true",
|
"rightsidebar": "true",
|
||||||
"relbarbgcolor: "black"
|
"relbarbgcolor": "black"
|
||||||
}
|
}
|
||||||
|
|
||||||
That would give you the default theme, but with a sidebar on the right side and
|
That would give you the default theme, but with a sidebar on the right side and
|
||||||
|
Loading…
Reference in New Issue
Block a user