in noxfile.py [0:0]
def docs(session): session.install(".[develop]") session.run("sphinx-build", "docs/", "docs/_build", "-b", "html", "-W")