Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: run hyperlink checking with quiet mode flag enabled #2476

Merged
merged 3 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-hyperlinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: sudo apt-get install graphviz pandoc

- name: Check hyperlinks
run: tox -e build_docs_linkcheck
run: tox -e build_docs_linkcheck -- -q
1 change: 1 addition & 0 deletions changelog/2476.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Check hyperlinks: run the ``sphinx`` linkchecker in quiet mode to make it easier to find problem links from the console output.
namurphy marked this conversation as resolved.
Show resolved Hide resolved