chore: update document meta

This commit is contained in:
Tiara Rodney 2026-03-22 02:18:32 +01:00
parent 8881a03cb6
commit c9df481996
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
15 changed files with 1504 additions and 132 deletions

View file

@ -8,6 +8,8 @@ sphinx = "==9.1.0"
sphinx-last-updated-by-git = "*"
sphinx-markdown-builder = "*"
myst-parser = "*"
sphinx-git = "*"
setuptools-scm = "*"
[dev-packages]
@ -15,5 +17,5 @@ myst-parser = "*"
python_version = "3.13"
[scripts]
build-html = "sphinx-build -b html src/ build/html"
build-md = "sphinx-build -M markdown src/ build/"
"build:html" = "sphinx-build -b html src/ build/html"
"build:markdown" = "sphinx-build -M markdown src/ build/markdown"