MCPcopy
hub / github.com/pytest-dev/pytest / check_links

Function check_links

scripts/release.py:96–99  ·  view source on GitHub ↗

Runs sphinx-build to check links

()

Source from the content-addressed store, hash-verified

94
95
96def check_links() -> None:
97 """Runs sphinx-build to check links"""
98 print(f"{Fore.CYAN}[generate.check_links] {Fore.RESET}Checking links")
99 check_call(["tox", "-e", "docs-checklinks"])
100
101
102def pre_release(

Callers 1

pre_releaseFunction · 0.85

Calls 1

check_callFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…