We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2115b3 commit 3f9bad7Copy full SHA for 3f9bad7
README.rst
@@ -13,11 +13,12 @@ trust.
13
To use the theme, install it into your docs build environment via ``pip``
14
(preferably in a virtual environment).
15
16
-1. Create and activate a virtual environment::
17
18
- $ python -m venv env
19
- $ source env/bin/activate
+Configuration options
+---------------------
20
21
-2. Install python-docs-theme using `pip`::
22
-
23
- (env)$ python -m pip install python-docs-theme
+To use this theme, add the following to ``conf.py``::
+
+- ``html_theme = 'python_docs_theme'``
24
+- ``html_sidebars``, defaults taken from http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars
0 commit comments