diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-08 14:56:42 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-08 14:56:42 -0500 |
commit | 77023a916cfdbbdc4868df07db2e26c81e646733 (patch) | |
tree | b564793abfa89ca78169a51a14057354698374d7 /docs | |
parent | bc8b2b4fd65ac75973739f5e78a76766c529c444 (diff) | |
download | cherrypy-git-77023a916cfdbbdc4868df07db2e26c81e646733.tar.gz |
Move all documentation dependencies to setup.py and merely reference them from requirements.txt. Don't forget to turn off 'install project in virtualenv' in RTD so it doesn't get installed twice.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 359e9e32..c8f9a675 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1 @@ -rst.linker -mock -e ..[doc,testing] |