Update the docs extension for Google style.

This commit is contained in:
2014-08-04 18:22:40 +01:00
parent 44042d62d7
commit fa76d9bbd8

View File

@@ -40,7 +40,7 @@ import pyzkb
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinxcontrib.napoleon']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']