chore: fix markdown build output directory

This commit is contained in:
Tiara Rodney 2026-03-22 02:21:21 +01:00
parent 37e6a9e818
commit 0edad863e0
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
7 changed files with 3 additions and 5 deletions

View file

@ -17,5 +17,5 @@ setuptools-scm = "*"
python_version = "3.13"
[scripts]
"build:html" = "sphinx-build -b html src/ build/html"
"build:markdown" = "sphinx-build -M markdown src/ build/markdown"
"build:html" = "sphinx-build -b html src/ build/html/"
"build:markdown" = "sphinx-build -M markdown src/ build/"