diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-03-02 20:06:50 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-03-02 20:06:50 +0000 |
| commit | c23ba521a30e50e1a210cd7074a6436eb6419237 (patch) | |
| tree | e7f2155c72f075e8d8ca887634f0c0c1f85a89c9 | |
| parent | 17527a0ab5609ca15970d4b869af85e9320d03a9 (diff) | |
| download | GolemFlavor-c23ba521a30e50e1a210cd7074a6436eb6419237.tar.gz GolemFlavor-c23ba521a30e50e1a210cd7074a6436eb6419237.zip | |
modify requirements for sphinx
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | docs/requirements.txt | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -2,6 +2,7 @@ [](https://travis-ci.org/ShiveshM/GolemFlavor)  +[](https://golemflavor.readthedocs.io/) [](https://github.com/ShiveshM/GolemFlavor/blob/master/LICENSE) GolemFlavor is a Python package for running a Bayesian inference analysis diff --git a/docs/requirements.txt b/docs/requirements.txt index 71eb2f7..d8d0868 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ +-e git+https://github.com/ShiveshM/GolemFlavor jupyter -matplotlib nbsphinx -numpy |
