Skip to content

Commit ac7ec86

Browse files
author
Janneke van der Zwaan
committed
Enable google documentation style
Fixes #10
1 parent a972783 commit ac7ec86

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/docs

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Add any Sphinx extension module names here, as strings. They can be
3333
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3434
# ones.
35-
extensions = ['sphinx.ext.autodoc']
35+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon']
3636

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

0 commit comments

Comments
 (0)