chore: update document meta
This commit is contained in:
parent
8881a03cb6
commit
c9df481996
15 changed files with 1504 additions and 132 deletions
6
Pipfile
6
Pipfile
|
|
@ -8,6 +8,8 @@ sphinx = "==9.1.0"
|
|||
sphinx-last-updated-by-git = "*"
|
||||
sphinx-markdown-builder = "*"
|
||||
myst-parser = "*"
|
||||
sphinx-git = "*"
|
||||
setuptools-scm = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
|
@ -15,5 +17,5 @@ myst-parser = "*"
|
|||
python_version = "3.13"
|
||||
|
||||
[scripts]
|
||||
build-html = "sphinx-build -b html src/ build/html"
|
||||
build-md = "sphinx-build -M markdown src/ build/"
|
||||
"build:html" = "sphinx-build -b html src/ build/html"
|
||||
"build:markdown" = "sphinx-build -M markdown src/ build/markdown"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue