Skip to content

Commit f39a679

Browse files
committed
Migrate to pallets-sphinx-themes
Closes #261
1 parent 2827b99 commit f39a679

File tree

2 files changed

+33
-24
lines changed

2 files changed

+33
-24
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3535
# ones.
3636
extensions = [
37+
'pallets_sphinx_themes',
3738
'sphinx.ext.autodoc',
3839
'sphinx.ext.intersphinx',
3940
'sphinx.ext.ifconfig',

requirements.txt

+32-24
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,43 @@
11
alabaster==0.7.12
22
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
67
chardet==3.0.4
78
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
1313
idna==2.8
1414
imagesize==1.1.0
15+
importlib-metadata==0.19
1516
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
2123
pycparser==2.19
22-
Pygments==2.3.1
24+
Pygments==2.4.2
2325
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
2729
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
3138
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

0 commit comments

Comments
 (0)