Skip to content

Commit 8e9fc06

Browse files
author
Stéphane Sénési
committed
Fix conf.py about napoleon extension for ReadTheDocs
1 parent 465b85b commit 8e9fc06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
3333
extensions = [
34-
'sphinx.ext.autodoc',
35-
'sphinx.ext.todo',
36-
'sphinx.ext.viewcode',
37-
'sphinxcontrib.napoleon',
34+
'sphinx.ext.autodoc'
35+
,'sphinx.ext.todo'
36+
,'sphinx.ext.viewcode'
37+
,'sphinx.ext.napoleon' #this one works at RTD
38+
#,'sphinxcontrib.napoleon' #This one works at CNRM
3839
]
39-
# 'sphinx.ext.napoleon'
4040

4141
# Add any paths that contain templates here, relative to this directory.
4242
templates_path = ['_templates']

0 commit comments

Comments
 (0)