Codebase list pyexcel / b4b9faa8-aa7e-428d-8a4b-2dda7a57092e/main document.sh
b4b9faa8-aa7e-428d-8a4b-2dda7a57092e/main

Tree @b4b9faa8-aa7e-428d-8a4b-2dda7a57092e/main (Download .tar.gz)

document.sh @b4b9faa8-aa7e-428d-8a4b-2dda7a57092e/mainraw · history · blame

1
2
3
4
5
6
python setup.py install
rm docs/source/generated/*.rst
rm docs/source/iapi/*.rst
sphinx-autogen -o docs/source/generated docs/source/api.rst
sphinx-autogen -o docs/source/iapi docs/source/iapi.rst
sphinx-build -b html docs/source docs/build