mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix docs script.
This commit is contained in:
parent
7da7c3208f
commit
7120c6ba60
@ -26,8 +26,7 @@
|
|||||||
# (c) 2016 solidity contributors.
|
# (c) 2016 solidity contributors.
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
set -e
|
||||||
# We aren't building docs locally for macOS at the moment
|
cd docs
|
||||||
else
|
sphinx-build -nW -b html -d _build/doctrees . _build/html
|
||||||
cd docs && sphinx-build -nW -b html -d _build/doctrees . _build/html && cd ..
|
cd ..
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user