summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-03-30 13:26:09 -0700
committerTheron Luhn <theron@luhn.com>2019-03-30 13:26:09 -0700
commitcd12850675fc827589d9f841e22010ffb7ab80e2 (patch)
tree4d9368a93c8582bb482d2ff685443c9c5430b175 /setup.py
parent4f9b54116c8867505e7b4de526795fc222909983 (diff)
downloadpyramid-cd12850675fc827589d9f841e22010ffb7ab80e2.tar.gz
pyramid-cd12850675fc827589d9f841e22010ffb7ab80e2.tar.bz2
pyramid-cd12850675fc827589d9f841e22010ffb7ab80e2.zip
Revert "Pin Sphinx to Read the Docs version."
This reverts commit 4f9b54116c8867505e7b4de526795fc222909983.
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 758a2259b..afddbda35 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ tests_require = [
docs_extras = [
- 'Sphinx == 1.8.5', # Current version for Read the Docs
+ 'Sphinx >= 1.8.1', # Unicode characters in tree diagrams
'docutils',
'pylons-sphinx-themes >= 1.0.8', # Ethical Ads
'pylons_sphinx_latesturl',