# HG changeset patch # User Franz Glasner # Date 1519805702 -3600 # Node ID 6c5e44dc74db001463bb7105ca1d7d730ba947c7 # Parent bbc9ee8196201b61ebd573ffdcdc37b4c3cb93aa Use the "haiku" theme instead of "alabaster" for the mosly API documentation diff -r bbc9ee819620 -r 6c5e44dc74db doc/apidoc.rst --- 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: diff -r bbc9ee819620 -r 6c5e44dc74db doc/conf.py --- 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