diff --git a/doc/conf.py b/doc/conf.py index 32193eb3..96c87fb2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -31,12 +31,12 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.todo', - 'sphinx.ext.viewcode', - 'sphinxcontrib.napoleon', + 'sphinx.ext.autodoc' + ,'sphinx.ext.todo' + ,'sphinx.ext.viewcode' + ,'sphinx.ext.napoleon' #this one works at RTD + #,'sphinxcontrib.napoleon' #This one works at CNRM ] -# 'sphinx.ext.napoleon' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']