summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-06-04 08:49:16 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2018-06-04 08:49:16 -0700
commitbe21add2506049b0fa3622e8404158fe8a597e6d (patch)
tree0ca9c2d51cd7d0a761b377da179026021a34d4cf /doc/conf.py
parentc271b85130f78c21d1b8691098327318eb8ca5b0 (diff)
downloadastroid-git-be21add2506049b0fa3622e8404158fe8a597e6d.tar.gz
Allow google style docs to be built along side sphinx style docs, using napoleon extension
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index f214b6c9..b235b36b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -33,6 +33,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
+ 'sphinx.ext.napoleon',
]
# Add any paths that contain templates here, relative to this directory.