This commit is contained in:
Tiara Rodney 2026-02-10 20:27:04 +01:00
parent 77ec8a2be2
commit b3aa59243a
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
13 changed files with 887 additions and 3 deletions

View file

@ -7,6 +7,7 @@ name = "pypi"
sphinx = "==9.1.0"
sphinx-last-updated-by-git = "*"
sphinx-markdown-builder = "*"
myst-parser = "*"
[dev-packages]
@ -15,4 +16,4 @@ python_version = "3.13"
[scripts]
build-html = "sphinx-build -b html src/ build/html"
build-md = "sphinx-build -M markdown src/ build/"
build-md = "sphinx-build -M markdown src/ build/"