diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-26 08:58:10 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-26 08:58:10 -0400 |
commit | f26aa317f4fc4900d9870a47d7181a8bc46f93cf (patch) | |
tree | 0eee878728162bd21bc3442296486024a04c7d6d /doc/conf.py | |
parent | 7fc1441abc5dbdc4ef97937625d4930f65b0a435 (diff) | |
download | python-coveragepy-f26aa317f4fc4900d9870a47d7181a8bc46f93cf.tar.gz |
Finally looks like I'll be able to write .px files directly.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 64e145b..2044bf8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,7 +24,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "_ext")) # 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.todo']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'px_xlator']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -88,7 +88,6 @@ pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
-
# -- Options for HTML output ---------------------------------------------------
#html_translator_class = "px_xlator.PxTranslator"
|