We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465b85b commit 8e9fc06Copy full SHA for 8e9fc06
doc/conf.py
@@ -31,12 +31,12 @@
31
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
32
# ones.
33
extensions = [
34
- 'sphinx.ext.autodoc',
35
- 'sphinx.ext.todo',
36
- 'sphinx.ext.viewcode',
37
- 'sphinxcontrib.napoleon',
+ 'sphinx.ext.autodoc'
+ ,'sphinx.ext.todo'
+ ,'sphinx.ext.viewcode'
+ ,'sphinx.ext.napoleon' #this one works at RTD
38
+ #,'sphinxcontrib.napoleon' #This one works at CNRM
39
]
-# 'sphinx.ext.napoleon'
40
41
# Add any paths that contain templates here, relative to this directory.
42
templates_path = ['_templates']
0 commit comments