Skip to content

Commit f1fb09b

Browse files
Merge remote-tracking branch 'skeleton/main' into release-prep-v32.0.3
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
2 parents 264822b + 30f3f02 commit f1fb09b

File tree

5 files changed

+38
-27
lines changed

5 files changed

+38
-27
lines changed

.github/workflows/about-files-ci.yml

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

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.github/workflows/docs-ci.yml

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

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.github/workflows/scancode-release.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3838

3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141

4242
- name: Set up Python on ${{ matrix.pyver }}
43-
uses: actions/setup-python@v1
43+
uses: actions/setup-python@v4
4444
with:
4545
python-version: ${{ matrix.pyver }}
4646

@@ -69,10 +69,10 @@ jobs:
6969
fail-fast: true
7070

7171
steps:
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v3
7373

7474
- name: Set up Python
75-
uses: actions/setup-python@v1
75+
uses: actions/setup-python@v4
7676
with:
7777
python-version: "3.10"
7878

@@ -103,10 +103,10 @@ jobs:
103103
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
104104

105105
steps:
106-
- uses: actions/checkout@v2
106+
- uses: actions/checkout@v3
107107

108108
- name: Set up Python on ${{ matrix.pyver }}
109-
uses: actions/setup-python@v1
109+
uses: actions/setup-python@v4
110110
with:
111111
python-version: ${{ matrix.pyver }}
112112

@@ -137,10 +137,10 @@ jobs:
137137
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
138138

139139
steps:
140-
- uses: actions/checkout@v2
140+
- uses: actions/checkout@v3
141141

142142
- name: Set up Python on ${{ matrix.pyver }}
143-
uses: actions/setup-python@v1
143+
uses: actions/setup-python@v4
144144
with:
145145
python-version: ${{ matrix.pyver }}
146146

@@ -171,10 +171,10 @@ jobs:
171171
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
172172

173173
steps:
174-
- uses: actions/checkout@v2
174+
- uses: actions/checkout@v3
175175

176176
- name: Set up Python on ${{ matrix.pyver }}
177-
uses: actions/setup-python@v1
177+
uses: actions/setup-python@v4
178178
with:
179179
python-version: ${{ matrix.pyver }}
180180

@@ -202,10 +202,10 @@ jobs:
202202
fail-fast: true
203203

204204
steps:
205-
- uses: actions/checkout@v2
205+
- uses: actions/checkout@v3
206206

207207
- name: Set up Python
208-
uses: actions/setup-python@v1
208+
uses: actions/setup-python@v4
209209
with:
210210
python-version: "3.10"
211211

@@ -239,10 +239,10 @@ jobs:
239239
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
240240

241241
steps:
242-
- uses: actions/checkout@v2
242+
- uses: actions/checkout@v3
243243

244244
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
245-
uses: actions/setup-python@v1
245+
uses: actions/setup-python@v4
246246
with:
247247
python-version: ${{ matrix.pyver }}
248248

@@ -285,10 +285,10 @@ jobs:
285285
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
286286

287287
steps:
288-
- uses: actions/checkout@v2
288+
- uses: actions/checkout@v3
289289

290290
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
291-
uses: actions/setup-python@v1
291+
uses: actions/setup-python@v4
292292
with:
293293
python-version: ${{ matrix.pyver }}
294294

@@ -330,10 +330,10 @@ jobs:
330330
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
331331

332332
steps:
333-
- uses: actions/checkout@v2
333+
- uses: actions/checkout@v3
334334

335335
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
336-
uses: actions/setup-python@v1
336+
uses: actions/setup-python@v4
337337
with:
338338
python-version: ${{ matrix.pyver }}
339339

@@ -371,10 +371,10 @@ jobs:
371371
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
372372

373373
steps:
374-
- uses: actions/checkout@v2
374+
- uses: actions/checkout@v3
375375

376376
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
377-
uses: actions/setup-python@v1
377+
uses: actions/setup-python@v4
378378
with:
379379
python-version: ${{ matrix.pyver }}
380380

@@ -412,10 +412,10 @@ jobs:
412412
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
413413

414414
steps:
415-
- uses: actions/checkout@v2
415+
- uses: actions/checkout@v3
416416

417417
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
418-
uses: actions/setup-python@v1
418+
uses: actions/setup-python@v4
419419
with:
420420
python-version: ${{ matrix.pyver }}
421421

@@ -577,7 +577,7 @@ jobs:
577577

578578
steps:
579579
- name: Set up Python
580-
uses: actions/setup-python@v1
580+
uses: actions/setup-python@v4
581581
with:
582582
python-version: 3.8
583583

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
# Build PDF & ePub
9+
formats:
10+
- epub
11+
- pdf
12+
813
# Where the Sphinx conf.py file is located
914
sphinx:
1015
configuration: docs/source/conf.py

docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,9 @@
104104
.. role:: img-title-para
105105
106106
"""
107+
108+
# -- Options for LaTeX output -------------------------------------------------
109+
110+
latex_elements = {
111+
'classoptions': ',openany,oneside'
112+
}

0 commit comments

Comments
 (0)