Skip to content

Commit

Permalink
fix generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaieges committed Nov 5, 2020
1 parent 040bda1 commit 0faa020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -exu

docker-compose build
docker-compose run --no-deps -e CI=true job './bin/lint'
docker-compose run -w /work job
docker-compose run job
docker-compose run job ./bin/generate-docs

./bin/stop

./bin/generate-docs
2 changes: 1 addition & 1 deletion bin/generate-docs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ $# -eq 1 ] ; then
fi

mv hmt_escrow/eth_bridge.py hmt_escrow/eth_bridge.py.backup
python sphinx-documentation/escape_code.py eth_bridge
python3 sphinx-documentation/escape_code.py eth_bridge

cd sphinx-documentation
make $format
Expand Down

0 comments on commit 0faa020

Please sign in to comment.