File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ name: build
2
2
3
3
on :
4
4
push :
5
- branches : [ unstable ]
6
- pull_request :
7
- branches : [ unstable ]
5
+ branches : [ 3.2.x ]
8
6
9
7
jobs :
10
8
build :
@@ -13,10 +11,10 @@ jobs:
13
11
fail-fast : false
14
12
matrix :
15
13
include :
16
- - {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12}
17
- - {os: ubuntu-22.04, cc: clang-15, cxx: clang++-15}
18
- - {os: macos-12, cc: gcc-12, cxx: g++-12}
19
- - {os: macos-12, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}
14
+ # - {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12}
15
+ - {os: ubuntu-22.04, cc: clang-15, cxx: clang++-15, doc: ON }
16
+ # - {os: macos-12, cc: gcc-12, cxx: g++-12}
17
+ # - {os: macos-12, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}
20
18
21
19
runs-on : ${{ matrix.os }}
22
20
@@ -109,4 +107,4 @@ jobs:
109
107
with :
110
108
folder : build/doc/html
111
109
branch : github.io
112
- target-folder : docs /3.2.1
110
+ target-folder : doc /3.2.x
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ extensions = ['sphinx.ext.autodoc',
20
20
'sphinx_autorun',
21
21
# 'nbsphinx',
22
22
'myst_parser',
23
- 'matplotlib.sphinxext.plot_directive',
24
- 'numpydoc']
23
+ 'matplotlib.sphinxext.plot_directive']
25
24
26
25
myst_enable_extensions = [
27
26
"amsmath",
You can’t perform that action at this time.
0 commit comments