We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c846677 commit bc449c2Copy full SHA for bc449c2
3 files changed
.readthedocs.yml
@@ -1,11 +1,13 @@
1
version: 2
2
build:
3
- os: ubuntu-20.04
+ os: ubuntu-24.04
4
tools:
5
python: mambaforge-latest
6
commands:
7
- - mamba install -c conda-forge/label/rust_dev -c conda-forge -c nodefaults pixi rust
8
- - pixi run -e docs readthedocs
+ - mamba install -c conda-forge -c nodefaults pixi
+ - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
9
+ - PATH=$HOME/.cargo/bin:$PATH rustup install
10
+ - PATH=$HOME/.cargo/bin:$PATH pixi run -e docs readthedocs
11
sphinx:
12
configuration: docs/conf.py
13
formats:
0 commit comments