diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 386303dd..e4293486 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -210,7 +210,7 @@ smv_branch_whitelist = "main" if os.getenv("BUILD_DOCS_FOR_HEAD", "False").lower() == "true": try: branch = git.Repo(PROJECT_ROOT).active_branch.name - logger.info(f"Adding branch {branch} to build whitelist") + logger.info(f"Adding branch {branch} to build whitelist.") smv_branch_whitelist = f"main|{branch}" except git.InvalidGitRepositoryError: pass |