Skip to content

Shared docs: fix sphinx-build warnings #58

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

Open
wants to merge 4 commits into
base: shared-docs
Choose a base branch
from

Conversation

barsnick
Copy link
Contributor

These caused the linkchecker workflow action to fail:

[sphinx-action] Running: ['sphinx-build', '-b', 'linkcheck', 'source/', 'build/', '--keep-going', '--no-color', '-w', '/tmp/sphinx-log']
Warning: Title underline too short.
Warning: Title underline too short.
Warning: Duplicate explicit target name: "rauc".
[sphinx-action] Build failed with 3 warnings

See https://github.com/chargebyte/chargebyte-docs/actions/runs/15925155705/job/44920634152

Also clean up some URLs.

barsnick added 4 commits July 10, 2025 09:50
Fixes this sphinx-build warning:
  includes/development_creating_fw_images.inc:67: WARNING: Title underline too short.

  Integrating a Custom EVerest Module
  -------------------------------

Signed-off-by: Moritz Barsnick <[email protected]>
This does not affect the formatting of the output or the links.

Fixes this sphinx-build warning:
  includes/firmware_upgrade.inc:3: WARNING: Duplicate explicit target name: "rauc".

Signed-off-by: Moritz Barsnick <[email protected]>
Prefer "pure" links where they work.

Signed-off-by: Moritz Barsnick <[email protected]>
@barsnick barsnick requested review from mhei, lategoodbye and FaHaGit July 10, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant