Skip to content

Commit 3d2830a

Browse files
committed
doc: workaround 3.14 doc issues (#38)
Signed-off-by: Élie Goudout <[email protected]>
1 parent 1f49200 commit 3d2830a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
uv -v pip install dist/scio_pypi-1.0.1.dev0-py3-none-any.whl
4040
4141
- name: Build docs (Posix)
42-
if: matrix.os != 'windows-latest'
42+
if: matrix.os != 'windows-latest' && matrix.python-version != '3.14' # github.com/ThalesGroup/scio/issues/38
4343
env:
4444
SPHINXOPTS: --fail-on-warning
4545
run: |
4646
uv -v run make -C docs
4747
4848
- name: Build docs (Windows)
49-
if: matrix.os == 'windows-latest'
49+
if: matrix.os == 'windows-latest' && matrix.python-version != '3.14' # github.com/ThalesGroup/scio/issues/38
5050
env:
5151
SPHINXOPTS: --fail-on-warning
5252
run: |

docs/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-24.04
1010
tools:
11-
python: "3.14"
11+
python: "3.13" # github.com/ThalesGroup/scio/issues/38
1212
commands:
1313
- pip install uv
1414
# Clone the repo hub first to avoid log in sphinx-gallery tutorials

0 commit comments

Comments
 (0)