From 0d735b3252b5a815071a09d24651fa66733d0085 Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Wed, 31 Jan 2024 08:44:43 +0100 Subject: [PATCH] update in conf.py --- Documentation/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index 4eccf6ac..497e0e0c 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -318,7 +318,7 @@ repo_url = 'https://github.com/BattMoTeam/BattMo' -branch_name = 'dev' +branch_name = 'main' def find_battmo_file(filename): ignored_dirs = ['output', 'Externals', '.git', '.github'] @@ -391,7 +391,7 @@ def run(self): mrst_repo_url = 'https://bitbucket.org/mrst/' -mrst_branch_name = 'battmo-dev' +mrst_branch_name = 'battmo' class MrstFileRole(ReferenceRole):