diff options
author | 2022-05-29 23:36:59 +0400 | |
---|---|---|
committer | 2022-05-29 23:44:05 +0400 | |
commit | 4c32cca1054a3ffe34b90dd25185cd2ad7ab068f (patch) | |
tree | 0db2ce3a7adc8a29abf2f014fa17885c48cc9088 /docs/conf.py | |
parent | Update Docs CI For Multiversion (diff) |
Check Out The Entire Repository For Multiversion
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'docs/conf.py')
-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 |