Skip to content

Commit

Permalink
fix doc script
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjcotter committed Sep 23, 2021
1 parent f05d930 commit 2debdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cla_doc_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [[ $VIRTUAL_ENV ]];
then
pip install sphinx sphinxcontrib-bibtex sphinxcontrib-proof
pip install sphinxcontrib-youtube
pip install https://github.com/dham/sphinxcontrib-details-directive.git
pip install git+https://github.com/dham/sphinxcontrib-details-directive.git
else
echo ERROR: please activate the computational linear algebra course venv
exit 1
Expand Down

0 comments on commit 2debdf2

Please sign in to comment.