Skip to content

Commit fd532d4

Browse files
committed
Refs #21325: DROP: Check against correct branches
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent b55f398 commit fd532d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ def configure_doxyfile(
241241
)
242242
fastdds_branch = 'origin/master'
243243

244+
fastdds_branch = 'feature/remove_fastcdrv1_code'
245+
244246
# Actual checkout
245247
print('Checking out Fast DDS branch "{}"'.format(fastdds_branch))
246248
fastdds.refs[fastdds_branch].checkout()
@@ -271,6 +273,8 @@ def configure_doxyfile(
271273
.format(fastdds_python_branch, docs_branch))
272274
fastdds_python_branch = 'origin/main'
273275

276+
fastdds_python_branch = 'feature/remove_fastcdrv1_code'
277+
274278
# Actual checkout
275279
print('Checking out Fast DDS Python branch "{}"'.format(
276280
fastdds_python_branch))

0 commit comments

Comments
 (0)