I want to use the Napoleon 
<http://sphinxcontrib-napoleon.readthedocs.org/en/latest/index.html>extension 
for Sphinx so that Spyder's object inspector will display google style 
docstrings correctly (without it, multiple lines are rendered as one line). 
It should just work by editing the Sphinx conf.py file. I'm using the 
Anaconda distribution, so I tried editing 
\Anaconda\Lib\site-packages\spyderlib\utils\inspector\conf.py file with:
extensions.append('sphinx.ext.autodoc')
extensions.append('sphinxcontrib.napoleon')
and restarting Spyder, but it doesn't seem to affect anything. How can I 
enable this extension?

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to