Codebase list pyexcel / 77f53c9b-c4a9-43cd-977c-38378a9b0eb0/main document.sh
77f53c9b-c4a9-43cd-977c-38378a9b0eb0/main

Tree @77f53c9b-c4a9-43cd-977c-38378a9b0eb0/main (Download .tar.gz)

document.sh @77f53c9b-c4a9-43cd-977c-38378a9b0eb0/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