diff options
author | Pauli Virtanen <pav@iki.fi> | 2008-11-30 14:44:38 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2008-11-30 14:44:38 +0000 |
commit | 8c542b5be4ad43fc8d4a85bda9d49343f872d105 (patch) | |
tree | 76a7479ba8bb6405c62cc49d38660c2b6264e901 /doc/source/conf.py | |
parent | 00f70117aed4a20bfa8770560e1759f769ada527 (diff) | |
download | numpy-8c542b5be4ad43fc8d4a85bda9d49343f872d105.tar.gz |
Move Sphinx extensions under Numpy's SVN trunk
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 153176878..249b71fe1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -5,7 +5,7 @@ import sys, os # If your extensions are in another directory, add it here. If the directory # is relative to the documentation root, use os.path.abspath to make it # absolute, like shown here. -sys.path.append(os.path.abspath('../ext')) +sys.path.append(os.path.abspath('../sphinxext')) # Check Sphinx version import sphinx |