summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-30 03:36:22 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-30 03:36:22 -0800
commit5cc715cec62fc92e621f4554360c3f13c3b373e6 (patch)
tree9f2d49afd09ea77b6aa31de9ff0bcd853ec473c7 /setup.py
parent10b9c93551d6202e1e3d5d7a01f9ba1988962918 (diff)
downloadpyramid-5cc715cec62fc92e621f4554360c3f13c3b373e6.tar.gz
pyramid-5cc715cec62fc92e621f4554360c3f13c3b373e6.tar.bz2
pyramid-5cc715cec62fc92e621f4554360c3f13c3b373e6.zip
Unpin Sphinx to see which version gets pulled in by RTD
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 a37afad9e..9e442b368 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ tests_require = [
docs_extras = [
- 'Sphinx >= 1.8.1', # Unicode characters in tree diagrams
+ 'Sphinx',
'docutils',
'pylons-sphinx-themes >= 1.0.8', # Ethical Ads
'pylons_sphinx_latesturl',