Skip to content

Commit

Permalink
Fail on warnings when running nox -s docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jan 17, 2025
1 parent 956175d commit 84e3b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ def lint(session):
@nox.session()
def docs(session):
session.install(".[docs]")
session.run("sphinx-build", "docs/sphinx/", "docs/sphinx/_build", "-b", "html")
session.run("sphinx-build", "-W", "docs/sphinx/", "docs/sphinx/_build", "-b", "html")

0 comments on commit 84e3b5a

Please sign in to comment.