new
This commit is contained in:
parent
77ec8a2be2
commit
b3aa59243a
13 changed files with 887 additions and 3 deletions
3
Pipfile
3
Pipfile
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue