Skip to content

Commit

Permalink
Fix typo in linkcheck request header specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chroxvi committed Oct 11, 2024
1 parent ddff930 commit 1ea027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# Authenticate with GitHub token in GitHub Actions to avoid rate limits
# It is not entirely clear if this has any effect, though...
linkcheck_request_headers = {
"https://github.com": {"Authorization:" f"token {os.environ['GITHUB_TOKEN']}"}
"https://github.com": {"Authorization": f"token {os.environ['GITHUB_TOKEN']}"}
}

# -- Options for HTML output -------------------------------------------------
Expand Down

0 comments on commit 1ea027b

Please sign in to comment.