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.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
# We aren't building docs locally for macOS at the moment
|
||||
else
|
||||
cd docs && sphinx-build -nW -b html -d _build/doctrees . _build/html && cd ..
|
||||
fi
|
||||
set -e
|
||||
cd docs
|
||||
sphinx-build -nW -b html -d _build/doctrees . _build/html
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user