init
This commit is contained in:
parent
0d674783f6
commit
3cffcc9ee4
18 changed files with 2938 additions and 0 deletions
18
Pipfile
Normal file
18
Pipfile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
sphinx = "==9.1.0"
|
||||
sphinx-last-updated-by-git = "*"
|
||||
sphinx-markdown-builder = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.13"
|
||||
|
||||
[scripts]
|
||||
build-html = "sphinx-build -b html src/ build/html"
|
||||
build-md = "sphinx-build -M markdown src/ dist/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue