MCPcopy
hub / github.com/pyca/cryptography / docs_linkcheck

Function docs_linkcheck

noxfile.py:194–199  ·  noxfile.py::docs_linkcheck
(session: nox.Session)

Source from the content-addressed store, hash-verified

192
193@nox.session(name=class="st">"docs-linkcheck")
194def docs_linkcheck(session: nox.Session) -> None:
195 install(session, class="st">".", class="st">"--group", class="st">"docs")
196
197 session.run(
198 class="st">"sphinx-build", class="st">"-W", class="st">"-b", class="st">"linkcheck", class="st">"docs", class="st">"docs/_build/html"
199 )
200
201
202@nox.session

Callers

nothing calls this directly

Calls 2

installFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected