diff options
author | Paulo Henrique Silva <ph.silva@gmail.com> | 2019-11-25 15:38:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 15:38:43 -0300 |
commit | 2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9 (patch) | |
tree | 1c4cae8995ef7ee767f53c649158ec3ab7411cf9 /requirements-docs.txt | |
parent | 2e32abef6ad46e5604cbd6f6086d857b8bc4f7be (diff) | |
parent | 2b6ea5ead81ac069452d73e00f3b19d4325611d0 (diff) | |
download | gerbonara-2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9.tar.gz gerbonara-2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9.tar.bz2 gerbonara-2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9.zip |
Merge pull request #106 from curtacircuitos/ph-upgrade-requirements
Upgrade nose and coverage
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 |