Skip to content

Commit 21409b4

Browse files
committed
[doc] remove numpydoc sphinx extension
1 parent 2eda5fe commit 21409b4

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: build
22

33
on:
44
push:
5-
branches: [ unstable ]
6-
pull_request:
7-
branches: [ unstable ]
5+
branches: [ 3.2.x ]
86

97
jobs:
108
build:
@@ -13,10 +11,10 @@ jobs:
1311
fail-fast: false
1412
matrix:
1513
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++}
2018

2119
runs-on: ${{ matrix.os }}
2220

@@ -109,4 +107,4 @@ jobs:
109107
with:
110108
folder: build/doc/html
111109
branch: github.io
112-
target-folder: docs/3.2.1
110+
target-folder: doc/3.2.x

doc/conf.py.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ extensions = ['sphinx.ext.autodoc',
2020
'sphinx_autorun',
2121
# 'nbsphinx',
2222
'myst_parser',
23-
'matplotlib.sphinxext.plot_directive',
24-
'numpydoc']
23+
'matplotlib.sphinxext.plot_directive']
2524

2625
myst_enable_extensions = [
2726
"amsmath",

0 commit comments

Comments
 (0)