Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/conf.py @ 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 | a3f64253de70 |
| children | ef15549b45e8 |
line wrap: on
line diff
--- 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
