Skip to content

Commit c2da3f8

Browse files
committed
fix regex
1 parent 4e0695c commit c2da3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# Add GitHub auth if available to avoid rate limiting.
9696
if "GH_TOKEN" in os.environ:
9797
token = os.environ["GH_TOKEN"]
98-
linkcheck_request_headers = {r"https://github.\.com/.+": {"authorization": f"Bearer ${token}"}}
98+
linkcheck_request_headers = {r"https://github\.com/.+": {"authorization": f"Bearer ${token}"}}
9999

100100
# Allow for flakey links.
101101
linkcheck_retries = 2

0 commit comments

Comments
 (0)