-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpixi.toml
More file actions
32 lines (29 loc) · 848 Bytes
/
pixi.toml
File metadata and controls
32 lines (29 loc) · 848 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
28
29
30
31
32
[workspace]
authors = ["Doug Latornell <dlatornell@eoas.ubc.ca>"]
channels = ["conda-forge"]
name = "salishseacast-docs"
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
readme = "README.md"
repository = "https://github.com/SalishSeaCast/docs"
documentation = "https://salishsea-meopar-docs.readthedocs.io/en/latest/"
[tasks]
docs = "make clean html"
linkcheck = "make clean linkcheck"
update-reqs = "python -m pip list --format=freeze >> requirements.txt"
[dependencies]
ipython = "*"
pandoc = "*"
python = "3.14.*"
# For repo QA
pip = ">=25.3,<26"
pre-commit = "*"
# For documentation
nbsphinx = "==0.9.5"
sphinx = "==8.1.3"
sphinx-notfound-page = "==1.0.4"
sphinx-rtd-theme = "==3.0.0"
[pypi-dependencies]
# For build on readthedocs
commonmark = ">=0.9.1, <0.10"
recommonmark = ">=0.7.1, <0.8"
readthedocs-sphinx-ext = ">=2.2.5, <3"