From 5225f973bf1a1da783317fb79f637438ece3bb46 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Thu, 15 Dec 2016 07:28:24 +0100
Subject: [PATCH] alphabetize

---
 docs/conf.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index b9d2958..46534ea 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,13 +49,13 @@
 # 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',
     ]

--
Gitblit v1.9.3