Skip to content

Commit

Permalink
Add linkcheck_ignore for GitHub contributor searches
Browse files Browse the repository at this point in the history
  • Loading branch information
shreve committed Jul 12, 2024
1 parent 2c61b76 commit df46fef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nbgrader/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

linkcheck_ignore = [
# Assume GitHub contributor search links for this repo are always valid
r"https://github.com/search\?q=repo%3Ajupyter%2Fnbgrader\+involves%3A.*type=Issues",
]

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
Expand Down

0 comments on commit df46fef

Please sign in to comment.