Skip to content

Commit

Permalink
Linkcheck: use new option for skipping anchors but not the links
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Aug 29, 2023
1 parent ab96488 commit 5106e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
graphviz_dot_args = ['-Gfontname=sans', '-Gbgcolor=none',
'-Nfontname=sans']

linkcheck_ignore = [
linkcheck_anchors_ignore_for_url = [
# linkcheck has trouble handling GH anchors
r'https://github.com/.*#.*'
r'https://github.com/.*'
]

nitpick_ignore_regex = [
Expand Down

0 comments on commit 5106e71

Please sign in to comment.