mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
scripts/docs.sh: Install latest versions of packages when available
This commit is contained in:
parent
693b88e5f8
commit
0f7a185ee3
@ -29,6 +29,6 @@
|
|||||||
set -e
|
set -e
|
||||||
scripts/update_robotstxt.sh
|
scripts/update_robotstxt.sh
|
||||||
cd docs
|
cd docs
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt --upgrade --upgrade-strategy eager
|
||||||
sphinx-build -nW -b html -d _build/doctrees . _build/html
|
sphinx-build -nW -b html -d _build/doctrees . _build/html
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user