Revision 3b87910d

b/docs/build/README
1
This is where the docs will be built.
b/docs/source/conf.py
29 29

  
30 30
# Add any Sphinx extension module names here, as strings. They can be extensions
31 31
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.viewcode']
32
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo']
33 33

  
34 34
# Add any paths that contain templates here, relative to this directory.
35 35
templates_path = ['_templates']
......
95 95

  
96 96
# The theme to use for HTML and HTML Help pages.  See the documentation for
97 97
# a list of builtin themes.
98
html_theme = 'nature'
98
html_theme = 'default'
99 99

  
100 100
# Theme options are theme-specific and customize the look and feel of a theme
101 101
# further.  For a list of options available for each theme, see the

Also available in: Unified diff