From 0a046d8a43fa9a249a43b453263bf3bf4e46148b Mon Sep 17 00:00:00 2001
From: Anton Joubert <ajoubert@ska.ac.za>
Date: Tue, 1 Jun 2021 10:20:38 +0200
Subject: [PATCH] [MCCS-586] Change docs version from master to main

The `master` branch has been renamed to `main`.
In line with this, update the docs `gitlab_version`.
This doesn't appear to have much affect, but
changing for consistency.
---
 docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 77f76306..3f19bcb7 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -216,7 +216,7 @@ html_context = {
     "theme_logo_only": True,
     "gitlab_user": "ska-telescope",  # Username
     "gitlab_repo": "ska-tango-base",  # Repo name
-    "gitlab_version": "master",  # Version
+    "gitlab_version": "main",  # Version
     "conf_py_path": "/docs/source/",  # Path in the checkout to the docs root
 }
 
-- 
GitLab