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

Function check_links

scripts/release.py:96–99  ·  scripts/release.py::check_links

Runs sphinx-build to check links

()

Source from the content-addressed store, hash-verified

94
95
96def check_links() -> None:
97 class="st">""class="st">"Runs sphinx-build to check links"class="st">""
98 print(fclass="st">"{Fore.CYAN}[generate.check_links] {Fore.RESET}Checking links")
99 check_call([class="st">"tox", class="st">"-e", class="st">"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