|
@@ -39,6 +39,9 @@ release = '0.8.0'
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
# ones.
|
|
# ones.
|
|
extensions = [
|
|
extensions = [
|
|
|
|
+ 'sphinx.ext.autodoc',
|
|
|
|
+ 'sphinx.ext.autosummary',
|
|
|
|
+ 'sphinx.ext.intersphinx',
|
|
]
|
|
]
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
@@ -74,7 +77,7 @@ pygments_style = None
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
# a list of builtin themes.
|
|
# a list of builtin themes.
|
|
#
|
|
#
|
|
-html_theme = 'alabaster'
|
|
|
|
|
|
+html_theme = 'sphinx_rtd_theme'
|
|
|
|
|
|
# Theme options are theme-specific and customize the look and feel of a theme
|
|
# 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
|
|
# further. For a list of options available for each theme, see the
|