Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 990908a

Browse files
committed
Merge branch 'dev' into master - minor release doc-19.08.1
* dev: GHOST-733: Rollback Sphinx to keep compatible with Python2
2 parents 28c2158 + 823d3a3 commit 990908a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

requirements.txt

+6-10
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
alabaster==0.7.12 # via sphinx
88
attrs==19.1.0 # via packaging
99
babel==2.7.0 # via sphinx
10-
certifi==2019.6.16 # via requests
10+
certifi==2019.9.11 # via requests
1111
chardet==3.0.4 # via requests
1212
click==7.0
1313
docutils==0.15.2 # via sphinx
1414
gitdb2==2.0.5 # via gitpython
15-
gitpython==3.0.2 # via sphinx-git
15+
gitpython==2.1.14 # via sphinx-git
1616
idna==2.8 # via requests
1717
imagesize==1.1.0 # via sphinx
1818
jinja2==2.10.1 # via sphinx
@@ -23,18 +23,14 @@ pygments==2.4.2 # via sphinx
2323
pyparsing==2.4.2 # via packaging
2424
pytz==2019.2 # via babel
2525
requests==2.22.0 # via sphinx
26-
six==1.12.0 # via packaging, pip-tools, sphinx-git
26+
six==1.12.0 # via packaging, pip-tools, sphinx, sphinx-git
2727
smmap2==2.0.5 # via gitdb2
2828
snowballstemmer==1.9.1 # via sphinx
2929
sphinx-git==11.0.0
3030
sphinx-rtd-theme==0.4.3
31-
sphinx==2.2.0
32-
sphinxcontrib-applehelp==1.0.1 # via sphinx
33-
sphinxcontrib-devhelp==1.0.1 # via sphinx
34-
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
35-
sphinxcontrib-jsmath==1.0.1 # via sphinx
36-
sphinxcontrib-qthelp==1.0.2 # via sphinx
37-
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
31+
sphinx==1.8.5
32+
sphinxcontrib-websupport==1.1.2 # via sphinx
33+
typing==3.7.4.1 # via sphinx
3834
urllib3==1.25.3 # via requests
3935

4036
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)