diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-04-19 16:18:45 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-04-19 16:18:45 +0000 |
commit | 0d18cd71f1be611a3a5c5cf0fe4ce2a7aa076188 (patch) | |
tree | 0cca2794e9e5dfb81ba594c2e7b8764f8ac87dfe /doc/source/conf.py | |
parent | e427f7a166b83e6523248eaddabd0742f9d329e9 (diff) | |
download | numpy-0d18cd71f1be611a3a5c5cf0fe4ce2a7aa076188.tar.gz |
sphinxext: use real RST references for bibliographies, and add suitable links for Latex
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 4923db977..380282219 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -14,7 +14,7 @@ if sphinx.__version__ < "0.5": # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -sys.path.append(os.path.abspath('../sphinxext')) +sys.path.insert(0, os.path.abspath('../sphinxext')) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'numpydoc', 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', |