• Logo
    STSStack-Bundles
  • github.com/canonical/stsstack-bundles
  • More resources
    • Mattermost
    • GitHub
Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
STSStack-Bundles documentation
STSStack-Bundles documentation
  • Users
    • Usage
    • OpenStack
      • Tutorial
      • BGP
      • DVR
      • Graylog
      • LDAP
      • NFS Server
      • Octavia
      • OVN
      • SAML
      • Keystone + OpenIDC
      • Manila
    • Ceph
      • Adding extra OSDs
    • OSM
      • Deploy OSM
  • Contributors
    • Contributing to STSStack-Bundles
Back to top

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 24, 2025
Contents
  • Link check
    • Run the link check
    • Configure the link check