Skip to content

Commit

Permalink
Instructions for using the theme
Browse files Browse the repository at this point in the history
Fixes python#16.
  • Loading branch information
tapaswenipathak committed Oct 15, 2019
1 parent b862f11 commit c9d8c2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ trust.
To use the theme, install it into your docs build environment via ``pip``::

pip install python-docs-theme

Configuring the options the conf.py holds
------------------------------------------

For implementing the theme you should
- enable `html_theme = 'python_docs_theme'`
- html_sidebars:
- Defaults taken from http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars

0 comments on commit c9d8c2e

Please sign in to comment.