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: add -q to linkcheck #160

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: /tmp/sphinx-err-*.log
- name: Check links
run: |
$SPHINX -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck
$SPHINX -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck -q
- name: Upload linkcheck results
uses: actions/upload-artifact@v4
if: ${{ success() || failure() }}
Expand Down
2 changes: 1 addition & 1 deletion doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The following settings are inherited from the basic__ theme
but for some of the options, the `default values`_ have been changed.

__ https://github.com/sphinx-doc/sphinx/blob/master/
sphinx/themes/basic/theme.conf
sphinx/themes/basic/theme.toml


.. theme-option:: body_max_width
Expand Down
2 changes: 1 addition & 1 deletion doc/showcase/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ there are showcases
at https://sphinx-themes.org/.

__ https://docutils.sourceforge.io/docs/user/rst/demo.html
__ https://repo.or.cz/docutils.git/blob/master:/docutils/docs/user/rst/demo.txt
__ https://repo.or.cz/docutils.git/blob/HEAD:/docutils/docs/user/rst/demo.rst

Furthermore, several Sphinx themes have showcases in their documentation:

Expand Down