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 /docs | |
| parent | 43edec2506f901ab939390951383025682448edd (diff) | |
| download | external_python_setuptools-c1d7cc6701d33ee161d514ff61fe0e2017efee6c.tar.gz external_python_setuptools-c1d7cc6701d33ee161d514ff61fe0e2017efee6c.tar.bz2 external_python_setuptools-c1d7cc6701d33ee161d514ff61fe0e2017efee6c.zip | |
Copy docs requirements to a separate file due to RTD constraints. Fixes #2001. Ref readthedocs/readthedocs.org#6662
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..6c35bf64 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,4 @@ +# keep these in sync with setup.cfg +sphinx +jaraco.packaging>=6.1 +rst.linker>=1.9 |
