Codebase list pyexcel / 3a7230f5-26b4-42bd-abfb-0d06383b3501/upstream document.sh
3a7230f5-26b4-42bd-abfb-0d06383b3501/upstream

Tree @3a7230f5-26b4-42bd-abfb-0d06383b3501/upstream (Download .tar.gz)

document.sh @3a7230f5-26b4-42bd-abfb-0d06383b3501/upstreamraw · 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