Sphinx
概要
公式サイト
Sphinx --- Sphinx documentation
関連サイト
テーマ
- Shibuya
- GitHub - guzzle/guzzle_sphinx_theme: Sphinx theme used by Guzzle
- GitHub - bashtage/sphinx-material: A material-based, responsive theme inspired by mkdocs-material
- https://github.com/pradyunsg/furo
関連ツール
- birkenfeld / sphinx-contrib / overview -- Bitbucket
- blockdiag - simple block-diagram image generator --- blockdiag v1.0 documentation
- https://bitbucket.org/birkenfeld/sphinx-contrib/src/tip/bitbucket/sphinxcontrib/bitbucket.py
インストール
uv add sphinx
設定
sphinx-quickstart
make html
テンプレート
http://book.dehlia.in/c-cpp-eclipse/
API ドキュメント生成
# 初期生成
sphinx-apidoc -F -o docs/ apps/
# 上書き生成
sphinx-apidoc -f -o docs/ apps/
