summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-12-26 02:49:01 -0800
committerSteve Piercy <web@stevepiercy.com>2014-12-26 02:49:01 -0800
commit432e61ed8e0174850ddfeefc81fb31c27a018fa7 (patch)
treeb73232f756c77134a76feb1acc7c4030197ef15c /setup.py
parenta3bfb8dfc4db31f09763b47a6e80a618c0320a43 (diff)
downloadpyramid-432e61ed8e0174850ddfeefc81fb31c27a018fa7.tar.gz
pyramid-432e61ed8e0174850ddfeefc81fb31c27a018fa7.tar.bz2
pyramid-432e61ed8e0174850ddfeefc81fb31c27a018fa7.zip
- establish minimum version of 1.2.3 for Sphinx. I hope this works. See https://github.com/Pylons/pyramid/issues/1068
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d736dc38d..629b77f3d 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ if not PY3:
tests_require.append('zope.component>=3.11.0')
docs_extras = [
- 'Sphinx',
+ 'Sphinx >= 1.2.3',
'docutils',
'repoze.sphinx.autointerface',
]