Build Commands

Sphinx Material Design Theme’s build command list.

packaging

Create a source distribution (tar.gz).

python setup.py sdist

Upload PyPI

upload pckage to PyPI.

python setup.py register sdist upload

Build Example’s Document

Generate HTML Document for Example.

sphinx-build -b html ./example ./_build -c ./example