summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-12-13 23:55:03 -0600
committerGitHub <noreply@github.com>2020-12-13 23:55:03 -0600
commit5c9ef238171830c2fad36d6c2c5f313c68f84998 (patch)
tree61e52a0d312ce1c0bcd5ed711068d720e47b2c65 /setup.py
parentc261d2c92843b31d5e5394247b3c3aa8d89a08e1 (diff)
parentf4f8b16ffa9bbd7e958e65591afcb22ee85234f3 (diff)
downloadpyramid-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 411f5d9a0..55cd9aa28 100644
--- a/setup.py
+++ b/setup.py
@@ -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',