diff options
author | Paulo Henrique Silva <ph.silva@gmail.com> | 2019-11-25 23:43:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 23:43:04 -0300 |
commit | d5d618f0580bb4869463010493af0831bfb9e3d1 (patch) | |
tree | ee1a69c881d199f6b57b0a3b792cf9c34b7210c2 /requirements-docs.txt | |
parent | 0c862895651a1d5b7f13e42a1af94fd4418b0400 (diff) | |
parent | cee1fcff3ac8c15e8888dd0d4738c3c7f1db196d (diff) | |
download | gerbonara-d5d618f0580bb4869463010493af0831bfb9e3d1.tar.gz gerbonara-d5d618f0580bb4869463010493af0831bfb9e3d1.tar.bz2 gerbonara-d5d618f0580bb4869463010493af0831bfb9e3d1.zip |
Merge branch 'master' into multilayer
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..128ae8b --- /dev/null +++ b/requirements-docs.txt @@ -0,0 +1,6 @@ +# install base requirements +-r requirements.txt + +# documentation generation support +Sphinx==2.2.1 +numpydoc==0.9.1 |