Skip to content

Commit

Permalink
Add note about treating warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Sep 16, 2023
1 parent 7665b95 commit d86be93
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 @@ -164,7 +164,7 @@ def build_docs(session):
".",
f"{envbindir}/../tmp/html",
)
# Runs in CI only
# Runs in CI only, treating warnings as errors
else:
session.run(
"sphinx-build",
Expand Down

0 comments on commit d86be93

Please sign in to comment.