diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-10-13 11:54:10 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-10-14 14:26:33 +0900 |
| commit | a950df190895d46bce42c47c53e6bb16640cd82d (patch) | |
| tree | 6ff03fdba3e6e68e272d72ac777745b9ae6b5650 /doc | |
| parent | b060ec99e969057a78a00f38948e59fb9c864dd0 (diff) | |
| download | sphinx-git-a950df190895d46bce42c47c53e6bb16640cd82d.tar.gz | |
Close #6729: HTML theme: agogo theme now supports rightsidebar option
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/usage/theming.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/usage/theming.rst b/doc/usage/theming.rst index e0d779b99..3b42bc4cb 100644 --- a/doc/usage/theming.rst +++ b/doc/usage/theming.rst @@ -237,6 +237,8 @@ These themes are: - **documentwidth** (CSS length): Width of the document (without sidebar), default 50em. - **sidebarwidth** (CSS length): Width of the sidebar, default 20em. + - **rightsidebar** (true or false): Put the sidebar on the right side. + Defaults to ``True``. - **bgcolor** (CSS color): Background color. - **headerbg** (CSS value for "background"): background for the header area, default a grayish gradient. |
