-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpixi.toml
More file actions
32 lines (29 loc) · 858 Bytes
/
pixi.toml
File metadata and controls
32 lines (29 loc) · 858 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 = "moad-docs"
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
repository = "https://github.com/UBC-MOAD/docs"
documentation = "https://ubc-moad-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]
python = "3.14.*"
# For repo QA
pip = "*"
pre-commit = "*"
# For building the docs
docutils = "==0.22.4"
nbsphinx = "==0.9.8"
sphinx = "==9.1.0"
sphinx-notfound-page = "==1.1.0"
sphinx-copybutton = "==0.5.2"
commonmark = "==0.9.1"
recommonmark = "==0.7.1"
mock = "==5.2.0"
pillow = "==12.2.0"
[pypi-dependencies]
# Have to use PyPI because of a bug re: Sphinx<9 in the conda-forge recipe
sphinx-rtd-theme = "==3.1.0"