You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pull-request.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ jobs:
62
62
63
63
- name: Build Site
64
64
env:
65
-
SPHINXOPTS: "-D html_context.commit=${{ github.sha }} -D version=latest -A display_github=true -A github_user=${{ github.repository_owner }} -A github_repo=${{ github.event.repository.name }} -A github_version=${{ github.ref_name }} -A conf_py_path=/docs/source/"
65
+
SPHINXOPTS: "-W --keep-going -n -D html_context.commit=${{ github.sha }} -D version=latest -A display_github=true -A github_user=${{ github.repository_owner }} -A github_repo=${{ github.event.repository.name }} -A github_version=${{ github.ref_name }} -A conf_py_path=/docs/source/"
66
66
run: make -C docs/ html
67
67
68
68
- name: Archive Site
@@ -142,7 +142,7 @@ jobs:
142
142
143
143
- name: link-check
144
144
run: |
145
-
make -C docs/ linkcheckdiff SPHINXOPTS="-W --keep-going -n -q"
145
+
make -C docs/ linkcheckdiff SPHINXOPTS="--keep-going"
0 commit comments