From 1de0b977015e625db30a98f22cac4f098fbb404c Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Fri, 27 May 2022 07:59:34 +0200 Subject: docs conf switch ntb branch to main --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index fb66db5e..d1a81b2f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ html_favicon = "_static/logo_badge.svg" html_theme_options = { "repository_url": "https://github.com/crocs-muni/sec-certs", - "repository_branch": "issue/195-Docs", + "repository_branch": "main", "launch_buttons": {"binderhub_url": "https://mybinder.org"}, "use_fullscreen_button": False, } -- cgit v1.3.1