MCPcopy Create free account
hub / github.com/pyca/cryptography / docs_linkcheck

Function docs_linkcheck

noxfile.py:142–147  ·  view source on GitHub ↗
(session: nox.Session)

Source from the content-addressed store, hash-verified

140
141@nox.session(name="docs-linkcheck")
142def docs_linkcheck(session: nox.Session) -> None:
143 install(session, ".[docs]")
144
145 session.run(
146 "sphinx-build", "-W", "-b", "linkcheck", "docs", "docs/_build/html"
147 )
148
149
150@nox.session

Callers

nothing calls this directly

Calls 2

installFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected