Skip to content
Snippets Groups Projects
Commit 4eaf7ed8 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Add sphinx-bootstrap-theme

parent 522c4193
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ if [[ ! -d $VIRTUAL_ENV ]]; then ...@@ -30,6 +30,7 @@ if [[ ! -d $VIRTUAL_ENV ]]; then
virtualenv --system-site-packages "$VIRTUAL_ENV" virtualenv --system-site-packages "$VIRTUAL_ENV"
source $VIRTUAL_ENV/bin/activate source $VIRTUAL_ENV/bin/activate
pip install sphinx pip install sphinx
pip install sphinx_bootstrap_theme
else else
source $VIRTUAL_ENV/bin/activate source $VIRTUAL_ENV/bin/activate
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment