From 54b74ac1c4e0f6690ddc6a65ceca141ad232c273 Mon Sep 17 00:00:00 2001 From: embray Date: Wed, 31 Aug 2011 15:45:05 +0000 Subject: stsci_sphinxext -> stsci.sphinxext git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13701 fe389314-cf27-0410-b35b-8c050e845b92 --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index ce36be2..c4c467a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -10,7 +10,7 @@ # # All configuration values have a default; values that are commented out # serve to show the default. -from stsci_sphinxext.conf import * +from stsci.sphinxext.conf import * import sys, os # If extensions (or modules to document with autodoc) are in another directory, @@ -22,7 +22,7 @@ import sys, os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions += ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', +extensions += ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', ] # Add any paths that contain templates here, relative to this directory. -- cgit