diff options
author | Paulo Henrique Silva <ph.silva@carta.com> | 2019-11-25 15:34:10 -0300 |
---|---|---|
committer | Paulo Henrique Silva <ph.silva@carta.com> | 2019-11-25 15:34:10 -0300 |
commit | e5094c04a785e10aefc306d86755fcc57f39fc34 (patch) | |
tree | 20f4a0f6d5af9dae93e817e4819aaa4361f5d2c8 /requirements-docs.txt | |
parent | 2e32abef6ad46e5604cbd6f6086d857b8bc4f7be (diff) | |
download | gerbonara-e5094c04a785e10aefc306d86755fcc57f39fc34.tar.gz gerbonara-e5094c04a785e10aefc306d86755fcc57f39fc34.tar.bz2 gerbonara-e5094c04a785e10aefc306d86755fcc57f39fc34.zip |
Rename requirements for docs and dev and upgrade nose and coverage packages
Diffstat (limited to 'requirements-docs.txt')
-rw-r--r-- | requirements-docs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements-docs.txt b/requirements-docs.txt new file mode 100644 index 0000000..a2cc5a1 --- /dev/null +++ b/requirements-docs.txt @@ -0,0 +1,6 @@ +# install base requirements +-r requirements.txt + +# documentation generation support +Sphinx==1.2.3 +numpydoc==0.5 |