Commit ccbe2dad authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2002 from pypa/bugfix/2001-bootstrap-race

Copy docs requirements to a separate file due to RTD constraints.
parents 43edec25 c1d7cc67
......@@ -2,4 +2,5 @@ python:
version: 3
extra_requirements:
- docs
pip_install: true
pip_install: false
requirements: docs/requirements.txt
# keep these in sync with setup.cfg
sphinx
jaraco.packaging>=6.1
rst.linker>=1.9
......@@ -74,6 +74,7 @@ tests =
pip>=19.1 # For proper file:// URLs support.
docs =
# Keep these in sync with docs/requirements.txt
sphinx
jaraco.packaging>=6.1
rst.linker>=1.9
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