Table of Contents
Sphinx Material Design Theme’s build command list.
Create a source distribution (tar.gz).
python setup.py sdist
upload pckage to PyPI.
python setup.py register sdist upload
Generate HTML Document for Example.
sphinx-build -b html ./example ./_build -c ./example
Table Of Contents