[docs] autogen

This commit is contained in:
mzwiessele 2015-10-11 13:53:22 +01:00
parent d72bc44643
commit 7a5bed9244
9 changed files with 170 additions and 87 deletions

View file

@ -54,6 +54,8 @@ extensions = [
#sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
import sphinx_rtd_theme
autodoc_default_flags = ['members',
#'undoc-members',
#'private-members',
@ -68,7 +70,7 @@ show_authors = True
# ------ Sphinx
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]#templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string: