Skip to content

Commit

Permalink
fix for publish_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Nov 18, 2024
1 parent a937268 commit 69faef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ -z "$GH_TOKEN" ]; then
fi

# Install dependencies in a virtual env
python3.8 -m venv ~/venv-doc
python3 -m venv ~/venv-doc
. ~/venv-doc/bin/activate
pip install --upgrade pip
pip install sphinx sphinx-rtd-theme
Expand Down

0 comments on commit 69faef7

Please sign in to comment.