Merge "Add sphinx.ext.autodoc for doc build"

This commit is contained in:
Jenkins 2017-08-25 17:34:38 +00:00 committed by Gerrit Code Review
commit 1ef9b1141e
1 changed files with 1 additions and 1 deletions

View File

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