Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 487b044

Browse filesBrowse files
author
Jon Wayne Parrott
committed
Add common docs theme as a dependency
Additionally update all existing dependencies in requirements.txt, as the common theme requires sphinx >= 1.6.0. Context: * python/cpython#2017 * https://bugs.python.org/issue30607
1 parent de9173a commit 487b044
Copy full SHA for 487b044

File tree

1 file changed

+19
-8
lines changed
Filter options

1 file changed

+19
-8
lines changed

‎requirements.txt

Copy file name to clipboard
+19-8Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
alabaster==0.7.8
2-
Babel==2.3.4
3-
docutils==0.12
1+
alabaster==0.7.10
2+
Babel==2.4.0
3+
certifi==2017.4.17
4+
chardet==3.0.4
5+
docutils==0.13.1
6+
idna==2.5
47
imagesize==0.7.1
5-
Jinja2==2.8
6-
MarkupSafe==0.23
7-
Pygments==2.1.3
8-
pytz==2016.4
8+
Jinja2==2.9.6
9+
MarkupSafe==1.0
10+
Pygments==2.2.0
11+
pytz==2017.2
12+
requests==2.17.3
913
six==1.10.0
1014
snowballstemmer==1.2.1
11-
Sphinx==1.3.3
15+
Sphinx==1.6.2
1216
sphinx-rtd-theme==0.1.9
17+
sphinxcontrib-websupport==1.0.1
18+
typing==3.6.1
19+
urllib3==1.21.1
20+
# The theme used for 3.7+ is distributed separately. It is not published to
21+
# PyPI to avoid having the CPython maintainers deal with an intermediate
22+
# build step.
23+
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.