diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-15 00:28:24 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-12-15 00:28:24 -0600 |
| commit | 5225f973bf1a1da783317fb79f637438ece3bb46 (patch) | |
| tree | ffa1cb4828a0015b93e7d9607f0c08f4831893e0 /docs/conf.py | |
| parent | 5b5b20be6d248beb40b33269306b61ea40f22ab8 (diff) | |
| download | pyramid-5225f973bf1a1da783317fb79f637438ece3bb46.tar.gz pyramid-5225f973bf1a1da783317fb79f637438ece3bb46.tar.bz2 pyramid-5225f973bf1a1da783317fb79f637438ece3bb46.zip | |
alphabetize
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index b9d2958b0..46534ea15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,13 +49,13 @@ book = os.environ.get('BOOK') # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ + 'repoze.sphinx.autointerface', 'sphinx.ext.autodoc', 'sphinx.ext.doctest', - 'repoze.sphinx.autointerface', - 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx', - 'sphinxcontrib.autoprogram', 'sphinx.ext.todo', + 'sphinx.ext.viewcode', + 'sphinxcontrib.autoprogram', # enable pylons_sphinx_latesturl when this branch is no longer "latest" # 'pylons_sphinx_latesturl', ] |
