Skip to content

Commit

Permalink
🧪 Disable anchor checks for AWX Swagger links
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 7, 2025
1 parent a59a67b commit a371c9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@
r'^https://chat\.ansible\.im/#', # these render fully on front-end
r'^https://matrix\.to/#', # these render fully on front-end from anchors
]
linkcheck_anchors_ignore_for_url = (
r'^https://ansible\.r(eadthedocs|tfd)\.io'
r'/projects/awx/en/latest/rest_api/api_ref\.html$',
)
linkcheck_workers = 25

# -- Options for sphinx.ext.autosectionlabel extension -----------------------
Expand Down

0 comments on commit a371c9e

Please sign in to comment.