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.
2 parents c03ffc9 + 7dc837c commit 10a32a9Copy full SHA for 10a32a9
.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Test with doctest
41
shell: bash
42
run: |
43
+ pixi run doc
44
CMD=doctest pixi run doc
45
- name: Test coverage
46
@@ -69,7 +70,7 @@ jobs:
69
70
steps:
71
- uses: actions/checkout@v4
72
- name: Build wheels
- uses: pypa/cibuildwheel@v2.19.2
73
+ uses: pypa/cibuildwheel@v2.21.3
74
env:
75
CIBW_BUILD: cp3*-*
76
CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x
.gitignore
@@ -28,4 +28,6 @@ wheels/
28
29
# Used by sphinx
30
doc/_build/
31
-doc/generated/
+doc/generated/
32
+doc/auto_examples/
33
+doc/sg_execution_times.rst
0 commit comments