diff options
author | embray <embray@stsci.edu> | 2011-08-31 11:45:05 -0400 |
---|---|---|
committer | embray <embray@stsci.edu> | 2011-08-31 11:45:05 -0400 |
commit | 54b74ac1c4e0f6690ddc6a65ceca141ad232c273 (patch) | |
tree | ccd253bd6906e777edcc32502b8e57a66182b9e0 /doc | |
parent | 43e9751703e7903011cf144331567f9300b7f24e (diff) | |
download | stwcs_hcf-54b74ac1c4e0f6690ddc6a65ceca141ad232c273.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |