Skip to content

Commit 2f2e0f1

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

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines 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

Lines 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)