From 70f096a34a7aa719ca8d42bf1ff25e36d205e9af Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Thu, 6 Oct 2022 12:41:49 -0500 Subject: [PATCH] Remove extra logger call --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 53dce74e..225d940d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,7 +91,6 @@ if on_rtd: version = rtd_version # name of a branch elif on_gha: # GitHub actions does a build of the docs to ensure they are free of warnings. - logger.info("Running under GitHub Actions Pipeline") # Looking up a branch name or tag requires switching on the event type that triggered the workflow # so just use the SHA of the commit instead. version = os.environ.get("GITHUB_SHA")