Skip to content

Commit 0101968

Browse files
authored
fix: doc check, add link exception (#255)
add example domain to doc check
1 parent a89bfb1 commit 0101968

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
r"^https://www\.gnu\.org/software/bash/manual/.*", # Was ratelimited
5454
r"^https://cwms-cli\.readthedocs\.io/.*$",
5555
r"^https://cwms-data\.usace\.army\.mil/cwms-data/regexp/?$",
56+
r"https://example\.mil/.*", # Skip example domains
5657
]
5758

5859
# autodoc_mock_imports = ["cwms", "pandas", "requests"]

0 commit comments

Comments
 (0)