mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-14 21:19:36 +00:00
25 lines
556 B
TOML
25 lines
556 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
mkdocs-git-revision-date-localized-plugin = "*"
|
|
mkdocs-material = "*"
|
|
mkdocs-minify-plugin = "*"
|
|
mkdocs-redirects = "*"
|
|
pillow = "*"
|
|
cairosvg = "*"
|
|
mkdocs-rss-plugin = "*"
|
|
mkdocs-git-committers-plugin-2 = "*"
|
|
mkdocs-autolinks-plugin = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
|
|
[scripts]
|
|
dev = "mkdocs serve --watch overrides --watch-theme --verbose"
|
|
build = "mkdocs build -d public --verbose"
|
|
build-staging = "pipenv run build -f mkdocs.readthedocs.yml"
|