Sphinx# https://www.sphinx-doc.org/ja/master/ テキストファイルから、htmlドキュメントを生成するツールです。 Pythonで書かれています。 1.インストール https://www.sphinx-doc.org/ja/master/usage/installation.html まずは、Python 3をインストール。 コマンドプロンプトから下記を実行し、バージョンを確認。 > python --version Python 3.11.1 インストールされていなければ、公式サイトからダウンロードしてインストール。 https://www.python.org/downloads/ Sphinx は pipコマンドでインストール。 > pip install sphinx