We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0695c commit c2da3f8Copy full SHA for c2da3f8
doc/conf.py
@@ -95,7 +95,7 @@
95
# Add GitHub auth if available to avoid rate limiting.
96
if "GH_TOKEN" in os.environ:
97
token = os.environ["GH_TOKEN"]
98
- linkcheck_request_headers = {r"https://github.\.com/.+": {"authorization": f"Bearer ${token}"}}
+ linkcheck_request_headers = {r"https://github\.com/.+": {"authorization": f"Bearer ${token}"}}
99
100
# Allow for flakey links.
101
linkcheck_retries = 2
0 commit comments