Commit e8ccab457b6624de27ce813f80039d22e0250363
1 parent
27e9f307
Exists in
master
and in
85 other branches
Update script used to generate amdapy doc.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
scripts/build_amdapy_doc.sh
... | ... | @@ -31,7 +31,7 @@ else |
31 | 31 | python3.6 -m venv "$PYTHON_VENV" |
32 | 32 | source "$PYTHON_VENV/bin/activate" |
33 | 33 | pip install --upgrade pip |
34 | - pip install pandas numpy lxml matplotlib build sphinx | |
34 | + pip install pandas numpy lxml matplotlib build sphinx nbsphinx ipython | |
35 | 35 | fi |
36 | 36 | |
37 | 37 | if [ -d "$AMDAPY_PATH" ] |
... | ... |