summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-24 06:52:55 -0400
committerChris McDonough <chrism@plope.com>2015-04-24 06:52:55 -0400
commitd2c49d66399e8caa0509822cab189c04d3f7ec35 (patch)
treef8f5663ca51ac47fb35732364b96990cd9cd42b4 /setup.py
parentbedd5f21f6f2c7660824cf901c24a31cad8f737d (diff)
parent43857c97c5c5cf437b31be013c6540ffc536d803 (diff)
downloadpyramid-d2c49d66399e8caa0509822cab189c04d3f7ec35.tar.gz
pyramid-d2c49d66399e8caa0509822cab189c04d3f7ec35.tar.bz2
pyramid-d2c49d66399e8caa0509822cab189c04d3f7ec35.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e91e0ee21..ac03da9f5 100644
--- a/setup.py
+++ b/setup.py
@@ -59,6 +59,7 @@ docs_extras = [
'Sphinx >= 1.2.3',
'docutils',
'repoze.sphinx.autointerface',
+ 'pylons-sphinx-themes >= 0.3',
]
testing_extras = tests_require + [