diff --git a/doc/theming.rst b/doc/theming.rst index 5b4b648c7..e75a1d0a7 100644 --- a/doc/theming.rst +++ b/doc/theming.rst @@ -62,7 +62,8 @@ Sphinx comes with a selection of themes to choose from: - **nosidebar** (true or false): Don't include the sidebar. Defaults to false. -* **default** -- This is the default theme. It can be customized via these +* **default** -- This is the default theme, which looks like `the Python + documentation `_. It can be customized via these options: - **rightsidebar** (true or false): Put the sidebar on the right side. @@ -100,6 +101,16 @@ Sphinx comes with a selection of themes to choose from: * **sphinxdoc** -- The theme used for this documentation. It features a sidebar on the right side. There are currently no options beyond *nosidebar*. +* **scrolls** -- A more lightweight theme, based on `the Jinja documentation + `_. The following color options are + available: + + - **headerbordercolor** + - **subheadlinecolor** + - **linkcolor** + - **visitedlinkcolor** + - **admonitioncolor** + * **traditional** -- A theme resembling the old Python documentation. There are currently no options beyond *nosidebar*.