Skip to content

Commit

Permalink
Refs #21777: Change the default branch if not set for python
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 b601265 commit 496bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def configure_doxyfile(
print(
'Fast DDS Python does not have either "{}" or "{}" branches'
.format(fastdds_python_branch, docs_branch))
fastdds_python_branch = 'origin/main'
fastdds_python_branch = 'origin/1.2.x'

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

0 comments on commit 496bf1a

Please sign in to comment.