diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-16 12:30:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-16 12:30:55 -0500 |
| commit | c1d7cc6701d33ee161d514ff61fe0e2017efee6c (patch) | |
| tree | 3bcb74bcca8d253c782fd7fd3f36b1cc89982e5e /setup.cfg | |
| parent | 43edec2506f901ab939390951383025682448edd (diff) | |
| download | python-setuptools-git-c1d7cc6701d33ee161d514ff61fe0e2017efee6c.tar.gz | |
Copy docs requirements to a separate file due to RTD constraints. Fixes #2001. Ref readthedocs/readthedocs.org#6662
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
