Skip to content

Commit c398529

Browse files
author
Jaime Céspedes Sisniega
authored
Merge branch 'main' into dependabot/pip/sphinx-gte-5.3.0-and-lt-7.3
2 parents 361664c + 0b3f0fc commit c398529

File tree

54 files changed

+567
-484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+567
-484
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
13-
python-version: ['3.8',
14-
'3.9',
13+
python-version: ['3.9',
1514
'3.10',
1615
'3.11',]
1716

1817
steps:
1918
- name: Checkout
20-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2120

2221
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2423
with:
2524
python-version: ${{ matrix.python-version }}
2625

.github/workflows/code_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python 3.9
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.9'
2020

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Python 3.9
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.9"
2222

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
myst_heading_anchors = 3
115115

116116
# MyST-NB configuration
117-
nb_execution_timeout = 240
117+
nb_execution_timeout = 480
118118
nb_execution_raise_on_error = True
119119
nb_merge_streams = True
120120

0 commit comments

Comments
 (0)