From 7c80dd28eb16e70316e6acc0bde8f698f79b2003 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 8 Nov 2019 21:01:20 +0100 Subject: Enable the napoleon extension for sphinx. --- src/python/doc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python/doc/conf.py') 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', ] -- cgit v1.2.3