Skip to content

Commit

Permalink
Refs #21777: Default Pyhton branch set to 1.1.x
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Garcia <[email protected]>
  • Loading branch information
juanjo4936 committed Jan 7, 2025
1 parent 39ef392 commit 237dbc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,9 @@ def configure_doxyfile(
'origin/{}'.format(fastdds_python_branch))):
fastdds_python_branch = 'origin/{}'.format(fastdds_python_branch)
else:
fastdds_python_branch = 'origin/1.2.x'
fastdds_python_branch = 'origin/1.1.x'
print(f'Fast DDS Python branch is not set by env var. Using "{fastdds_python_branch}"')


# Actual checkout
print('Checking out Fast DDS Python branch "{}"'.format(
fastdds_python_branch))
Expand Down

0 comments on commit 237dbc8

Please sign in to comment.