21 lines
408 B
TOML
21 lines
408 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
sphinx = "==9.1.0"
|
|
sphinx-last-updated-by-git = "*"
|
|
sphinx-markdown-builder = "*"
|
|
myst-parser = "*"
|
|
sphinx-git = "*"
|
|
setuptools-scm = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.13"
|
|
|
|
[scripts]
|
|
"build:html" = "sphinx-build -b html src/ build/html"
|
|
"build:markdown" = "sphinx-build -M markdown src/ build/markdown"
|