We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b345e33 commit d00b06dCopy full SHA for d00b06d
noxfile.py
@@ -53,7 +53,7 @@ def coverage(session):
53
@nox.session()
54
def docs(session):
55
session.install(".[docs]")
56
- session.run("sphinx-build", "-E", "-W", "-b", "html", "docs", "_build/html")
+ session.run("sphinx-build", "-E", "-b", "html", "docs", "_build/html")
57
58
59
@nox.session(name="docs-live")
0 commit comments