Skip to content

Commit c181f62

Browse files
authored
Merge pull request #552 from bashtage/update-workflow
CI: Update doc build
2 parents 5872028 + 44986cf commit c181f62

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

.github/workflows/cron-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
OPENLAS_NUM_THREADS: 1
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
with:
4040
submodules: recursive
4141
fetch-depth: 0

.github/workflows/generate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.10"]
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525
- name: Install pandoc

doc/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
"sphinx.ext.coverage",
5656
"sphinx.ext.ifconfig",
5757
"sphinx.ext.githubpages",
58-
# "numpydoc",
59-
# "sphinx_autodoc_typehints",
6058
"IPython.sphinxext.ipython_console_highlighting",
6159
"IPython.sphinxext.ipython_directive",
6260
"nbsphinx",

0 commit comments

Comments
 (0)