mirror of https://github.com/zulip/zulip.git
requirements: Upgrade Sphinx to 1.7.2.
This commit is contained in:
parent
0cba334b6c
commit
ab81d8361e
|
@ -155,7 +155,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.7.0
|
||||
sphinx==1.7.2
|
||||
sphinxcontrib-websupport==1.0.1 # via sphinx
|
||||
sqlalchemy==1.2.4
|
||||
statsd==3.2.1 # via django-statsd-mozilla
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# See requirements/README.md for more detail.
|
||||
|
||||
# Needed to build RTD docs
|
||||
sphinx==1.7.0
|
||||
sphinx==1.7.2
|
||||
sphinx-rtd-theme==0.2.4
|
||||
|
||||
# Needed to build markdown docs
|
||||
|
|
|
@ -26,7 +26,7 @@ requests==2.18.4 # via sphinx
|
|||
six==1.11.0 # via packaging, sphinx
|
||||
snowballstemmer==1.2.1
|
||||
sphinx-rtd-theme==0.2.4
|
||||
sphinx==1.7.0
|
||||
sphinx==1.7.2
|
||||
sphinxcontrib-websupport==1.0.1 # via sphinx
|
||||
typing==3.6.4
|
||||
urllib3==1.22 # via requests
|
||||
|
|
Loading…
Reference in New Issue