Skip to content

Commit e95acc6

Browse files
authored
Merge pull request #114 from collective/rtd-build
Try to trigger a PR preview
2 parents 41827c2 + 26549da commit e95acc6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- python: python310
1515
sphinx: 8.2.3
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: cachix/install-nix-action@v30
1919
with:
2020
nix_path: nixpkgs=channel:nixos-unstable
@@ -26,6 +26,7 @@ jobs:
2626
- run: nix profile install nixpkgs#devenv
2727
- run: LC_ALL=en_US.UTF-8 make devenv-test devenv-coverage devenv-docs PYTHON=${{ matrix.python }} SPHINX=${{ matrix.sphinx }}
2828
- uses: coverallsapp/github-action@v2
29+
if: matrix.python == 'python314' && matrix.sphinx == '8.2.3'
2930
with:
3031
debug: true
3132
format: cobertura

.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-22.04
1010
tools:
11-
python: "3.10"
11+
python: "3.13"
1212
# You can also specify other tool versions:
1313
# nodejs: "20"
1414
# rust: "1.70"

0 commit comments

Comments
 (0)