Skip to content

Commit 5ca2fff

Browse files
committed
Bump doc requirements (via pip-compile)
1 parent fe1c4dd commit 5ca2fff

File tree

2 files changed

+38
-28
lines changed

2 files changed

+38
-28
lines changed

docs/requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
lxml
2+
sphinx
3+
sphinxcontrib-spelling

docs/requirements.txt

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
1-
alabaster==0.7.12
2-
attrs==19.1.0
3-
Babel==2.7.0
4-
certifi==2019.6.16
5-
chardet==3.0.4
6-
docutils==0.15.2
7-
greenlet==0.4.13
8-
idna==2.8
9-
imagesize==1.1.0
10-
Jinja2==2.10.1
11-
lxml==4.4.0
12-
MarkupSafe==1.1.1
13-
packaging==19.1
14-
pyenchant==2.0.0
15-
Pygments==2.4.2
16-
pyparsing==2.4.2
17-
pytz==2019.2
18-
requests==2.22.0
19-
six==1.12.0
20-
snowballstemmer==1.9.0
21-
Sphinx==2.1.2
22-
sphinxcontrib-applehelp==1.0.1
23-
sphinxcontrib-devhelp==1.0.1
24-
sphinxcontrib-htmlhelp==1.0.2
25-
sphinxcontrib-jsmath==1.0.1
26-
sphinxcontrib-qthelp==1.0.2
27-
sphinxcontrib-serializinghtml==1.1.3
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile requirements.in
6+
#
7+
alabaster==0.7.12 # via sphinx
8+
babel==2.7.0 # via sphinx
9+
certifi==2019.9.11 # via requests
10+
chardet==3.0.4 # via requests
11+
docutils==0.15.2 # via sphinx
12+
idna==2.8 # via requests
13+
imagesize==1.1.0 # via sphinx
14+
jinja2==2.10.3 # via sphinx
15+
lxml==4.4.1
16+
markupsafe==1.1.1 # via jinja2
17+
packaging==19.2 # via sphinx
18+
pyenchant==2.0.0 # via sphinxcontrib-spelling
19+
pygments==2.4.2 # via sphinx
20+
pyparsing==2.4.4 # via packaging
21+
pytz==2019.3 # via babel
22+
requests==2.22.0 # via sphinx
23+
six==1.13.0 # via packaging, sphinxcontrib-spelling
24+
snowballstemmer==2.0.0 # via sphinx
25+
sphinx==2.2.1
26+
sphinxcontrib-applehelp==1.0.1 # via sphinx
27+
sphinxcontrib-devhelp==1.0.1 # via sphinx
28+
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
29+
sphinxcontrib-jsmath==1.0.1 # via sphinx
30+
sphinxcontrib-qthelp==1.0.2 # via sphinx
31+
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
2832
sphinxcontrib-spelling==4.3.0
29-
urllib3==1.25.3
33+
urllib3==1.25.6 # via requests
34+
35+
# The following packages are considered to be unsafe in a requirements file:
36+
# setuptools==41.6.0 # via sphinx

0 commit comments

Comments
 (0)