Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
chore: enable warnings as errors in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Sep 14, 2023
1 parent 5f7e8e6 commit 1cb90d2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@

python.py_samples(skip_readmes=True)

# ignore docs warnings (only fail on errors). See b/275029141
s.replace(
'noxfile.py',
'"-W", # warnings as errors',
''
)

# run format session for all directories which have a noxfile
for noxfile in Path(".").glob("**/noxfile.py"):
s.shell.run(["nox", "-s", "format"], cwd=noxfile.parent, hide_output=False)

0 comments on commit 1cb90d2

Please sign in to comment.