Skip to content

Commit e12eb1f

Browse files
Merge pull request #1725 from OceanParcels/linkcheck-edit
DOC: Separate out linkcheck
2 parents a814d7f + a61eb9c commit e12eb1f

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/check-min-deps.yml renamed to .github/workflows/additional.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,18 @@ jobs:
2727
- name: Core deps minimum versions policy
2828
run: |
2929
python .github/ci/min_deps_check.py .github/ci/min-core-deps.yml
30+
31+
linkcheck:
32+
name: Sphinx linkcheck
33+
runs-on: "ubuntu-latest"
34+
defaults:
35+
run:
36+
shell: bash -l {0}
37+
38+
steps:
39+
- uses: actions/checkout@v4
40+
- name: Setup parcels
41+
uses: ./.github/actions/install-parcels
42+
with:
43+
environment-file: environment.yml
44+
- run: sphinx-build -b linkcheck docs/ _build/linkcheck

.readthedocs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ build:
33
os: ubuntu-22.04
44
tools:
55
python: mambaforge-22.9
6-
jobs:
7-
pre_build:
8-
- sphinx-build -b linkcheck docs/ _build/linkcheck
96

107
sphinx:
118
configuration: docs/conf.py

0 commit comments

Comments
 (0)