Skip to content

Commit 069ce3b

Browse files
committed
Update links and references to the new repository location.
1 parent 0d47531 commit 069ce3b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/conf.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
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

@@ -36,8 +38,8 @@
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
@@ -66,9 +68,9 @@
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.

0 commit comments

Comments
 (0)