File: netlify.toml

package info (click to toggle)
pdm-backend 2.4.4%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,124 kB
  • sloc: python: 2,807; ansic: 21; makefile: 5; sh: 1
file content (7 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[build]
publish = "site"
command = """
pip3 install -U mkdocs "mkdocstrings[python]" mkdocs-material mkdocs-version-annotations
pip3 install .
mkdocs build
"""