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 5a97f95 commit 2e8da49Copy full SHA for 2e8da49
README.rst
@@ -13,3 +13,11 @@ trust.
13
To use the theme, install it into your docs build environment via ``pip``::
14
15
pip install python-docs-theme
16
+
17
+Configuring the options the conf.py holds
18
+------------------------------------------
19
20
+For implementing the theme you should
21
+- enable `html_theme = 'python_docs_theme'`
22
+- html_sidebars:
23
+ - Defaults taken from http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars
0 commit comments