File tree 2 files changed +33
-24
lines changed
2 files changed +33
-24
lines changed Original file line number Diff line number Diff line change 34
34
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
35
35
# ones.
36
36
extensions = [
37
+ 'pallets_sphinx_themes' ,
37
38
'sphinx.ext.autodoc' ,
38
39
'sphinx.ext.intersphinx' ,
39
40
'sphinx.ext.ifconfig' ,
Original file line number Diff line number Diff line change 1
1
alabaster == 0.7.12
2
2
asn1crypto == 0.24.0
3
- Babel == 2.6.0
4
- certifi == 2018.11.29
5
- cffi == 1.11.5
3
+ attrs == 19.1.0
4
+ Babel == 2.7.0
5
+ certifi == 2019.6.16
6
+ cffi == 1.12.3
6
7
chardet == 3.0.4
7
8
Click == 7.0
8
- cryptography == 2.4.2
9
- docutils == 0.14
10
- filelock == 3.0.10
11
- Flask == 1.0.2
12
- Flask-Sphinx-Themes == 1.0.2
9
+ cryptography == 2.7
10
+ docutils == 0.15.2
11
+ filelock == 3.0.12
12
+ Flask == 1.1.1
13
13
idna == 2.8
14
14
imagesize == 1.1.0
15
+ importlib-metadata == 0.19
15
16
itsdangerous == 1.1.0
16
- Jinja2 == 2.10
17
- MarkupSafe == 1.1.0
18
- packaging == 18.0
19
- pluggy == 0.8.0
20
- py == 1.7.0
17
+ Jinja2 == 2.10.1
18
+ MarkupSafe == 1.1.1
19
+ packaging == 19.1
20
+ Pallets-Sphinx-Themes == 1.2.1
21
+ pluggy == 0.12.0
22
+ py == 1.8.0
21
23
pycparser == 2.19
22
- Pygments == 2.3.1
24
+ Pygments == 2.4.2
23
25
PyJWT == 1.7.1
24
- pyparsing == 2.3.0
25
- pytz == 2018.7
26
- requests == 2.21 .0
26
+ pyparsing == 2.4.2
27
+ pytz == 2019.2
28
+ requests == 2.22 .0
27
29
six == 1.12.0
28
- snowballstemmer == 1.2.1
29
- Sphinx == 1.8.3
30
- sphinxcontrib-websupport == 1.1.0
30
+ snowballstemmer == 1.9.0
31
+ Sphinx == 2.1.2
32
+ sphinxcontrib-applehelp == 1.0.1
33
+ sphinxcontrib-devhelp == 1.0.1
34
+ sphinxcontrib-htmlhelp == 1.0.2
35
+ sphinxcontrib-jsmath == 1.0.1
36
+ sphinxcontrib-qthelp == 1.0.2
37
+ sphinxcontrib-serializinghtml == 1.1.3
31
38
toml == 0.10.0
32
- tox == 3.6.1
33
- urllib3 == 1.24.1
34
- virtualenv == 16.2.0
35
- Werkzeug == 0.14.1
39
+ tox == 3.13.2
40
+ urllib3 == 1.25.3
41
+ virtualenv == 16.7.2
42
+ Werkzeug == 0.15.5
43
+ zipp == 0.5.2
You can’t perform that action at this time.
0 commit comments