mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: install requirements as part of doc-build script.
This commit is contained in:
parent
6b64dc0110
commit
9f9bae7ce1
@ -28,5 +28,6 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
cd docs
|
cd docs
|
||||||
|
pip install -r requirements.txt
|
||||||
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