Skip to content

Commit 1df53c2

Browse files
committed
FIX plantuml local build
1 parent 286a7ee commit 1df53c2

File tree

5 files changed

+3571
-1040
lines changed

5 files changed

+3571
-1040
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -34,8 +36,8 @@ jobs:
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

.readthedocs.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
version: 2
22
build:
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

0 commit comments

Comments
 (0)