Skip to content

Commit 61116f6

Browse files
committed
Catch accidental hardcoded links in docs.
1 parent 381a731 commit 61116f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def entire_domain(host):
117117
"hatch": ("https://hatch.pypa.io/latest/%s", None),
118118
"httpx": ("https://www.python-httpx.org/%s", None),
119119
}
120+
extlinks_detect_hardcoded_links = True
120121

121122
# -- sphinxcontrib-spelling --
122123

0 commit comments

Comments
 (0)