Skip to content

Commit d00b06d

Browse files
committed
fix: remove -W option
1 parent b345e33 commit d00b06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def coverage(session):
5353
@nox.session()
5454
def docs(session):
5555
session.install(".[docs]")
56-
session.run("sphinx-build", "-E", "-W", "-b", "html", "docs", "_build/html")
56+
session.run("sphinx-build", "-E", "-b", "html", "docs", "_build/html")
5757

5858

5959
@nox.session(name="docs-live")

0 commit comments

Comments
 (0)