Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Doc: Remove unneeded linkcheck_ignore entry
Linkcheck reports no issue with URLs to BPO
  • Loading branch information
rffontenelle authored Apr 17, 2023
commit d63019874e744f35a3d01473b9e9fdb6df40fb0b
4 changes: 0 additions & 4 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@
r'https://github.com/python/cpython/tree/.*': 'https://github.com/python/cpython/blob/.*'
}

# Ignore certain URLs.
linkcheck_ignore = [r'https://bugs.python.org/(issue)?\d+']


# Options for extensions
# ----------------------

Expand Down