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 | c07631870b89307320b5ddbaed49566d0d927e99 (patch) | |
tree | 7da13d64841acda9f328f4b7f555f0436b79f1cb /doc/conf.py | |
parent | 98473577d7127d2ebb8f71c1a6016ca71b0fad2e (diff) | |
download | python-coveragepy-git-c07631870b89307320b5ddbaed49566d0d927e99.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 64e145bd..2044bf88 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"
|