Skip to content

Commit

Permalink
Fix government link going down.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Dec 5, 2023
1 parent 17d51b1 commit be1f2f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@
}

# -- Options for broken link checks ------------------------------------------
linkcheck_anchors = False
linkcheck_ignore = [
r"http://localhost:\d+/?",
r"https://localhost:\d+/?",
r"https?://localhost:\d+/?",
r"https?://ops.fhwa.dot.gov.*", # The ngsim domain (us government) appears to go down sometimes.
]

linkcheck_anchors = False
linkcheck_retries = 2

# -- Options for spelling ----------------------------------------------------
spelling_exclude_patterns = ["ignored_*", "**/*_pb2*"]
Expand Down

0 comments on commit be1f2f0

Please sign in to comment.