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 2b02c0b commit 7dc837cCopy full SHA for 7dc837c
.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/[email protected].0
73
+ uses: pypa/[email protected].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