init
This commit is contained in:
parent
b96d554b05
commit
9e39217423
35 changed files with 1465 additions and 0 deletions
16
Pipfile
Normal file
16
Pipfile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue