Skip to content

Commit

Permalink
update in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 31, 2024
1 parent 7c9cfdf commit 0d735b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 0d735b3

Please sign in to comment.