Skip to content

Commit

Permalink
Chore: Fix link checker re. anchor not found on pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 11, 2024
1 parent 419da11 commit 1000408
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
r"https://azure.microsoft.com/.*",
]

linkcheck_anchors_ignore_for_url += [
# Anchor 'XXX' not found
r"https://pypi.org/.*"
]

# Configure intersphinx.
if "sphinx.ext.intersphinx" not in extensions:
extensions += ["sphinx.ext.intersphinx"]
Expand Down

0 comments on commit 1000408

Please sign in to comment.