summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-11-08 21:01:20 +0100
committerMarc Glisse <marc.glisse@inria.fr>2019-11-08 21:01:20 +0100
commit7c80dd28eb16e70316e6acc0bde8f698f79b2003 (patch)
treef2a624527c38e7d09d2f3545838070fa8282f09f
parent64cd8ab00b5868626137d4f7838741cdeb2c5d08 (diff)
Enable the napoleon extension for sphinx.
-rwxr-xr-xsrc/python/doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/doc/conf.py b/src/python/doc/conf.py
index e4c718c3..64d9cba1 100755
--- a/src/python/doc/conf.py
+++ b/src/python/doc/conf.py
@@ -39,6 +39,7 @@ extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
+ 'sphinx.ext.napoleon',
'sphinxcontrib.bibtex',
]