Set up documentation with MkDocs and Material theme (#6)

Add MkDocs and related dependencies (mkdocs-material, mkdocstrings,
pymdown-extensions) to dev dependencies. Update CI workflow to use
Material theme for documentation deployment.

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Daichi Narushima
2026-04-23 02:11:04 +09:00
committed by GitHub
parent b6402168b1
commit 45ea0b459b
3 changed files with 472 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ jobs:
uses: dceoy/gh-actions-for-devops/.github/workflows/python-package-mkdocs-gh-deploy.yml@main # zizmor: ignore[unpinned-uses]
with:
package-path: .
mkdocs-theme: material
runs-on: ubuntu-slim
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}