ビルド用のコマンド¶
sphinxbootstrap4’s build command list.
テーマを配布用にパッケージング¶
python setup.py sdist
テーマをインストール¶
pip install dist/sphinxbootstrap4theme-${version}.zip
PyPIにテーマを登録¶
python setup.py register sdist upload
exampleのドキュメントのビルド¶
「example/_build」にビルド後のドキュメントが生成されます。
sphinx-build -b html ./example ./example/_build -c ./example