requirements: Upgrade Sphinx to 1.7.0.

This commit is contained in:
Vishnu Ks
2018-02-13 20:30:29 +00:00
committed by Tim Abbott
parent 351f780ab2
commit 416338c9b6
4 changed files with 9 additions and 5 deletions

View File

@@ -91,6 +91,7 @@ ndg-httpsclient==0.4.3
oauth2client==4.1.2
oauthlib==2.0.6
ordereddict==1.1 # via gitlint
packaging==16.8 # via sphinx
parsel==1.2.0 # via scrapy
parso==0.1.0 # via jedi
pbr==3.1.1 # via mock
@@ -121,6 +122,7 @@ pyldap==2.4.37
pylibmc==1.5.2
pyoembed==0.1.2
pyopenssl==17.3.0 # via ndg-httpsclient, scrapy, service-identity
pyparsing==2.2.0 # via packaging
pysocks==1.6.7 # via twilio
python-dateutil==2.6.1
python-digitalocean==1.12
@@ -151,7 +153,7 @@ social-auth-core==1.5.0 # via social-auth-app-django
sockjs-tornado==1.0.3
sourcemap==0.2.1
sphinx-rtd-theme==0.2.4
sphinx==1.6.5
sphinx==1.7.0
sphinxcontrib-websupport==1.0.1 # via sphinx
sqlalchemy==1.1.14
statsd==3.2.1 # via django-statsd-mozilla

View File

@@ -8,7 +8,7 @@
# See requirements/README.md for more detail.
# Needed to build RTD docs
sphinx==1.6.5
sphinx==1.7.0
sphinx-rtd-theme==0.2.4
# Needed to build markdown docs

View File

@@ -17,14 +17,16 @@ idna==2.6 # via requests
imagesize==0.7.1
jinja2==2.10 # via sphinx
markupsafe==1.0 # via jinja2
packaging==16.8 # via sphinx
pygments==2.2.0 # via sphinx
pyparsing==2.2.0 # via packaging
pytz==2017.3 # via babel
recommonmark==0.4.0
requests==2.18.4 # via sphinx
six==1.11.0 # via sphinx
six==1.11.0 # via packaging, sphinx
snowballstemmer==1.2.1
sphinx-rtd-theme==0.2.4
sphinx==1.6.5
sphinx==1.7.0
sphinxcontrib-websupport==1.0.1 # via sphinx
typing==3.6.2
urllib3==1.22 # via requests

View File

@@ -1,4 +1,4 @@
# Dependencies for setting up pip to install our requirements.txt file.
setuptools==36.6.0
setuptools==38.5.1.
pip==9.0.1
wheel==0.30.0