We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b116210 commit a01f9ddCopy full SHA for a01f9dd
.github/workflows/test.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Test with doctest
38
if: matrix.os == 'ubuntu-latest'
39
run: |
40
+ pixi run -e docs doc-clean
41
pixi run -e docs doc
42
CMD=doctest pixi run -e docs doc
43
- name: Test nogil
.readthedocs.yml
@@ -13,4 +13,5 @@ build:
13
- pixi install -e docs
14
build:
15
html:
16
+ - pixi run -e docs doc-clean
17
- BUILDDIR=$READTHEDOCS_OUTPUT/html pixi run -e docs doc
0 commit comments