File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ matrix:
38
38
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
39
39
# (Updating the version is fine as long as no warnings are raised by doing so.)
40
40
# 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.
41
43
- python -m pip install sphinx~=1.6.1 git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
42
44
script :
43
45
- make check suspicious html SPHINXOPTS="-q -W -j4"
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ can install both using ``pip``::
24
24
25
25
python -m pip install sphinx~=1.6.1 git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
26
26
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
+
27
30
Using make
28
31
----------
29
32
You can’t perform that action at this time.
0 commit comments