Commit 97eb2a7d authored by Brett Cannon's avatar Brett Cannon Committed by GitHub

[2.7] bpo-30380: Pin the version of Sphinx used to build the docs (GH-1612) (GH-1619)

parent 6924ed55
......@@ -28,7 +28,9 @@ matrix:
- TESTING=docs
before_script:
- cd Doc
- pip install -U Sphinx
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
# (Updating the version is fine as long as no warnings are raised by doing so.)
- python -m pip install sphinx~=1.5.6
script:
- make check suspicious html SPHINXOPTS="-q -W"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment