Skip to content

Commit

Permalink
Merge pull request #1484 from jeanas/linkcheck
Browse files Browse the repository at this point in the history
Fix linkcheck
  • Loading branch information
chrysle committed Jan 15, 2024
2 parents 8079afc + c84d3a6 commit 1735f70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
"https://www.breezy-vcs.org/*",
]
linkcheck_retries = 5
# Ignore anchors for links to GitHub project pages -- GitHub adds anchors from
# README.md headings through JavaScript, so Sphinx's linkcheck can't find them
# in the HTML.
linkcheck_anchors_ignore_for_url = [
r"https://github\.com/",
]

# -- Options for extlinks ----------------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#configuration
Expand Down

0 comments on commit 1735f70

Please sign in to comment.