Skip to content

Commit

Permalink
Update build_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
afroch authored Feb 14, 2023
1 parent 084f9d0 commit e71681c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export PYTHONPATH=$PWD:$PYTHONPATH

# build the documentation
rm -rf docs/_*
echo
git rev-parse --abbrev-ref HEAD
echo
python docs/sphinx_build_multiversion.py
# copy the redirect_index.html that redirects to the main/latest version
cp docs/source/redirect_index.html docs/_build/html/index.html
Expand Down

0 comments on commit e71681c

Please sign in to comment.