diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-12-26 02:49:01 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-12-26 02:49:01 -0800 |
| commit | 432e61ed8e0174850ddfeefc81fb31c27a018fa7 (patch) | |
| tree | b73232f756c77134a76feb1acc7c4030197ef15c /setup.py | |
| parent | a3bfb8dfc4db31f09763b47a6e80a618c0320a43 (diff) | |
| download | pyramid-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ] |
