diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2020-03-19 01:48:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 10:48:30 +0200 |
commit | 0b9b176dcef7f14f56dbd543c89e6da6c6b7b2e4 (patch) | |
tree | 0e440de65ea9004002d8aa0bdbd766f8d95ec56e /doc_requirements.txt | |
parent | 965b41d418e6100c1afae0b6f818a7ef152bc25d (diff) | |
download | numpy-0b9b176dcef7f14f56dbd543c89e6da6c6b7b2e4.tar.gz |
BLD: Add requirements.txt file for building docs (#15778)
* BLD: Added doc_requirements.txt and improve documentation around building docs
Diffstat (limited to 'doc_requirements.txt')
-rw-r--r-- | doc_requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt new file mode 100644 index 000000000..ce1c33b17 --- /dev/null +++ b/doc_requirements.txt @@ -0,0 +1,4 @@ +sphinx>=2.2.0 +ipython +scipy +matplotlib |