-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpixi.toml
More file actions
27 lines (24 loc) · 789 Bytes
/
pixi.toml
File metadata and controls
27 lines (24 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
authors = [
"Tim-Oliver Buchholz <tim-oliver.buchholz@fmi.ch>",
"Jan Eglinger <jan.eglinger@fmi.ch>",
]
channels = ["conda-forge"]
description = "Copier template for image processing & analysis projects."
name = "ipa-project-template"
platforms = ["linux-64", "win-64"]
version = "0.1.0"
[tasks]
clean_docs = "rm -rf site"
build_docs = { cmd ="OFFLINE=TRUE mkdocs build", depends-on=["clean_docs"] }
show_docs = "mkdocs serve"
[dependencies]
mkdocs = ">=1.6.1,<2"
mkdocs-git-committers-plugin-2 = ">=2.5.0,<3"
mkdocs-git-revision-date-localized-plugin = ">=1.2.9,<2"
mkdocs-material = ">=9.6.7,<10"
mkdocstrings = ">=0.28.3,<0.29"
mkdocstrings-python = ">=1.16.5,<2"
markdown-include = ">=0.8.1,<0.9"
[pypi-dependencies]
mkdocs-user-defined-values = ">=0.0.5, <0.0.6"