diff --git a/README.md b/README.md index b6473cf..35f17cb 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,18 @@ ## 参考:ドキュメントのビルド方法 +Sphinx の初期設定と、HTMLビルド + ```bash pip3 install sphinx-rtd-theme pip3 install sphinx-copybutton make html +``` -(ファイルの修正を検知して自動コンパイルする場合) +ファイルの修正を検知して自動コンパイルする場合 + +```bash pip3 install sphinx_autobuild make live ```