Skip to content

Commit

Permalink
scripts/docs.sh: Install latest versions of packages when available
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Jul 14, 2021
1 parent ba2c03b commit d72e713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
set -e
scripts/update_robotstxt.sh
cd docs
pip3 install -r requirements.txt
sphinx-build -nW -b html -d _build/doctrees . _build/html
pip3 install -r requirements.txt --upgrade --upgrade-strategy eager
sphinx-build -n -b html -d _build/doctrees . _build/html
cd ..

0 comments on commit d72e713

Please sign in to comment.