Skip to content

Commit a01f9dd

Browse files
committed
add doc-clean
1 parent b116210 commit a01f9dd

File tree

4 files changed

+98
-122
lines changed

4 files changed

+98
-122
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Test with doctest
3838
if: matrix.os == 'ubuntu-latest'
3939
run: |
40+
pixi run -e docs doc-clean
4041
pixi run -e docs doc
4142
CMD=doctest pixi run -e docs doc
4243
- name: Test nogil

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ build:
1313
- pixi install -e docs
1414
build:
1515
html:
16+
- pixi run -e docs doc-clean
1617
- BUILDDIR=$READTHEDOCS_OUTPUT/html pixi run -e docs doc

0 commit comments

Comments
 (0)