From c68f51305deb7a87c17bf204fbcd05cd00257f0b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 8 Sep 2009 21:49:27 +0200 Subject: [PATCH] Add scrolls theme to the docs. --- doc/theming.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/theming.rst b/doc/theming.rst index a6cf9594c..1d80b0797 100644 --- a/doc/theming.rst +++ b/doc/theming.rst @@ -88,7 +88,8 @@ These themes are: - **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. @@ -126,6 +127,16 @@ These themes are: * **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*.