From d86be930cc7b7f50d1d79e2b71d4ca56540d29f1 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 16 Sep 2023 18:43:35 +0530 Subject: [PATCH] Add note about treating warnings as errors --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index bd045ce1fb..ae4a7c68d1 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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",