File tree Expand file tree Collapse file tree 5 files changed +3571
-1040
lines changed Expand file tree Collapse file tree 5 files changed +3571
-1040
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,14 @@ jobs:
2020 with :
2121 environments : >-
2222 dev
23+ docs
2324 nogil
2425 cache : true
2526
2627 - name : Re-install local
2728 run : |
2829 pixi reinstall -e dev --frozen fastcan
30+ pixi reinstall -e docs --frozen fastcan
2931 pixi reinstall -e nogil --frozen fastcan
3032
3133 - name : Test with pytest
3436 - name : Test with doctest
3537 if : matrix.os == 'ubuntu-latest'
3638 run : |
37- pixi run -e dev doc
38- pixi run -e dev doc sphinx-build doctest
39+ pixi run -e docs doc
40+ pixi run -e docs doc sphinx-build doctest
3941 - name : Test nogil
4042 run : |
4143 pixi run -e nogil nogil-eta
Original file line number Diff line number Diff line change 11version : 2
22build :
3- os : ubuntu-24.04
4- tools :
5- python : " mambaforge-latest"
6-
7- conda :
8- environment : rtd-environment.yml
9-
10- sphinx :
11- configuration : doc/conf.py
12- fail_on_warning : true
3+ os : ubuntu-24.04
4+ jobs :
5+ create_environment :
6+ - asdf plugin add pixi
7+ - asdf install pixi latest
8+ - asdf global pixi latest
9+ install :
10+ - pixi install -e docs
11+ build :
12+ html :
13+ - pixi run -e docs sphinx-build -T -b html doc $READTHEDOCS_OUTPUT/html --fail-on-warning
You can’t perform that action at this time.
0 commit comments