Skip to content

Commit

Permalink
Fix conf.py about napoleon extension for ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Sénési committed Apr 16, 2015
1 parent 465b85b commit 8e9fc06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 8e9fc06

Please sign in to comment.