We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78d31f commit b8de859Copy full SHA for b8de859
1 file changed
packages/google-analytics-data/noxfile.py
@@ -390,6 +390,7 @@ def docs(session):
390
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
391
session.run(
392
"sphinx-build",
393
+ "-W", # warnings as errors
394
"-T", # show full traceback on exception
395
"-N", # no colors
396
"-b",
0 commit comments