comparison 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
comparison
equal deleted inserted replaced
59:bbc9ee819620 60:6c5e44dc74db
79 # -- Options for HTML output ------------------------------------------------- 79 # -- Options for HTML output -------------------------------------------------
80 80
81 # The theme to use for HTML and HTML Help pages. See the documentation for 81 # The theme to use for HTML and HTML Help pages. See the documentation for
82 # a list of builtin themes. 82 # a list of builtin themes.
83 # 83 #
84 html_theme = 'alabaster' 84 #html_theme = 'alabaster'
85 html_theme = 'haiku'
85 86
86 # Theme options are theme-specific and customize the look and feel of a theme 87 # Theme options are theme-specific and customize the look and feel of a theme
87 # further. For a list of options available for each theme, see the 88 # further. For a list of options available for each theme, see the
88 # documentation. 89 # documentation.
89 # 90 #