• Logo
    Ubuntu for Jetson
  • ubuntu.com/download/nvidia-jetson
  • More resources
    • Discourse
    • GitHub
Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Ubuntu for Jetson documentation
Ubuntu for Jetson documentation
  • Get started
  • How-to guides
    • Program an Ubuntu image
    • Setup secure boot
  • Ubuntu Classic (Server, Desktop)
    • Release Note
      • Ubuntu for Jetson 22.04 Server (Jammy)
    • Installation instructions of Nvidia runtime
      • Nvidia runtime on Ubuntu server 22.04
Back to top
Contribute to this page

Link check¶

The link check uses Sphinx to access the links in the documentation output and validate whether they are working.

Run the link check¶

Run the following command from within your documentation folder.

Validate links within the documentation:

make linkcheck

Configure the link check¶

If you have links in the documentation that you don’t want to be checked (for example, because they are local links or give random errors even though they work), you can add them to the linkcheck_ignore variable in the conf.py file.

Copyright © 2025 CC-BY-SA, Canonical Ltd.
Last updated on Jun 18, 2025
Contents
  • Link check
    • Run the link check
    • Configure the link check