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 2f2e0f1

Browse filesBrowse files
author
Jon Wayne Parrott
committed
Add note about the theme not being released on PyPI
1 parent f692df7 commit 2f2e0f1
Copy full SHA for 2f2e0f1

File tree

Expand file treeCollapse file tree

2 files changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ matrix:
3838
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
3939
# (Updating the version is fine as long as no warnings are raised by doing so.)
4040
# The theme used by the docs is stored seperately, so we need to install that as well.
41+
# Note that the theme is intentionally not published to PyPI to avoid having the CPython
42+
# maintainers deal with an intermediate release step.
4143
- python -m pip install sphinx~=1.6.1 git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
4244
script:
4345
- make check suspicious html SPHINXOPTS="-q -W -j4"

‎Doc/README.rst

Copy file name to clipboardExpand all lines: Doc/README.rst
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ can install both using ``pip``::
2424

2525
python -m pip install sphinx~=1.6.1 git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
2626

27+
Note that the theme is intentionally not published to PyPI to avoid having the
28+
CPython maintainers deal with an intermediate release step.
29+
2730
Using make
2831
----------
2932

0 commit comments

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