From 496bf1af2c6b5724fa8e8db1a47e128321efe1e5 Mon Sep 17 00:00:00 2001 From: Juanjo Garcia Date: Tue, 7 Jan 2025 10:05:05 +0100 Subject: [PATCH] Refs #21777: Change the default branch if not set for python Signed-off-by: Juanjo Garcia --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 09afe4655..e6963fa48 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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(