We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a814d7f + a61eb9c commit e12eb1fCopy full SHA for e12eb1f
.github/workflows/check-min-deps.yml renamed to .github/workflows/additional.yml
@@ -27,3 +27,18 @@ jobs:
27
- name: Core deps minimum versions policy
28
run: |
29
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
@@ -3,9 +3,6 @@ build:
3
os: ubuntu-22.04
4
tools:
5
python: mambaforge-22.9
6
- jobs:
7
- pre_build:
8
- - sphinx-build -b linkcheck docs/ _build/linkcheck
9
10
sphinx:
11
configuration: docs/conf.py
0 commit comments