Mercurial > hgrepos > Python > libs > ConfigMix
changeset 60:6c5e44dc74db
Use the "haiku" theme instead of "alabaster" for the mosly API documentation
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 28 Feb 2018 09:15:02 +0100 |
| parents | bbc9ee819620 |
| children | 85d2bbbb943e |
| files | doc/apidoc.rst doc/conf.py |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/apidoc.rst Wed Feb 28 01:34:01 2018 +0100 +++ b/doc/apidoc.rst Wed Feb 28 09:15:02 2018 +0100 @@ -3,6 +3,9 @@ Internal Module Documentation ============================= +.. contents:: + :local: + .. automodule:: configmix :members: :ignore-module-all:
--- a/doc/conf.py Wed Feb 28 01:34:01 2018 +0100 +++ b/doc/conf.py Wed Feb 28 09:15:02 2018 +0100 @@ -81,7 +81,8 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +#html_theme = 'alabaster' +html_theme = 'haiku' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the
