File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1919# If extensions (or modules to document with autodoc) are in another directory,
2020# add these directories to sys.path here. If the directory is relative to the
2121# documentation root, use os.path.abspath to make it absolute, like shown here.
22- sys .path .insert (0 , os .path .abspath ('../' ))
22+
23+ ### We now install the package in a virtualenv to build docs, so this is not needed
24+ # sys.path.insert(0, os.path.abspath('../'))
2325
2426# -- General configuration ------------------------------------------------
2527
3638 'sphinx.ext.coverage' ,
3739 'sphinx.ext.pngmath' ,
3840 'sphinx.ext.viewcode' ,
39- #'sphinx.ext.napoleon'
40- #'numpy_ext.numpydoc'
41+ # 'sphinx.ext.napoleon',
42+ # 'numpy_ext.numpydoc'
4143]
4244#napoleon_google_docstring = False
4345#napoleon_numpy_docstring = True
6668# built documents.
6769#
6870# The short X.Y version.
69- version = u'0.8'
71+ version = u'0.8.1 '
7072# The full version, including alpha/beta/rc tags.
71- release = u'0.8'
73+ release = u'0.8.1 '
7274
7375# The language for content autogenerated by Sphinx. Refer to documentation
7476# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments