chore: fix markdown build output directory
This commit is contained in:
parent
37e6a9e818
commit
0edad863e0
7 changed files with 3 additions and 5 deletions
4
Pipfile
4
Pipfile
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue