diff options
| author | Michael Merickel <michael@merickel.org> | 2020-12-13 23:55:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-13 23:55:03 -0600 |
| commit | 5c9ef238171830c2fad36d6c2c5f313c68f84998 (patch) | |
| tree | 61e52a0d312ce1c0bcd5ed711068d720e47b2c65 /setup.py | |
| parent | c261d2c92843b31d5e5394247b3c3aa8d89a08e1 (diff) | |
| parent | f4f8b16ffa9bbd7e958e65591afcb22ee85234f3 (diff) | |
| download | pyramid-5c9ef238171830c2fad36d6c2c5f313c68f84998.tar.gz pyramid-5c9ef238171830c2fad36d6c2c5f313c68f84998.tar.bz2 pyramid-5c9ef238171830c2fad36d6c2c5f313c68f84998.zip | |
Merge pull request #3636 from stevepiercy/master
Force RTD to use Sphinx >= 3.0.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ tests_require = [ ] docs_extras = [ - 'Sphinx >= 1.8.1', # Unicode characters in tree diagrams + 'Sphinx >= 3.0.0', # Force RTD to use >= 3.0.0 'docutils', 'pylons-sphinx-themes >= 1.0.8', # Ethical Ads 'pylons_sphinx_latesturl', |
