From 8c542b5be4ad43fc8d4a85bda9d49343f872d105 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 30 Nov 2008 14:44:38 +0000 Subject: Move Sphinx extensions under Numpy's SVN trunk --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/conf.py') 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 -- cgit v1.2.1