sphinxcontrib-theme-web2/Pipfile
Rodney, Tiara 9e39217423
init
2024-04-07 22:32:31 +02:00

16 lines
297 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
build-support = "sphinx-build -b html -Dhtml4_writer=0 support build/support"
[packages]
[dev-packages]
sphinx = "*"
sphinx-victorykit-theme = {file = ".", editable = true}
[requires]
python_version = "3.11"