We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55f398 commit f910e66Copy full SHA for f910e66
1 file changed
docs/conf.py
@@ -241,6 +241,8 @@ def configure_doxyfile(
241
)
242
fastdds_branch = 'origin/master'
243
244
+ fastdds_branch = 'origin/feature/remove_fastcdrv1_code'
245
+
246
# Actual checkout
247
print('Checking out Fast DDS branch "{}"'.format(fastdds_branch))
248
fastdds.refs[fastdds_branch].checkout()
@@ -271,6 +273,8 @@ def configure_doxyfile(
271
273
.format(fastdds_python_branch, docs_branch))
272
274
fastdds_python_branch = 'origin/main'
275
276
+ fastdds_python_branch = 'origin/feature/remove_fastcdrv1_code'
277
278
279
print('Checking out Fast DDS Python branch "{}"'.format(
280
fastdds_python_branch))
0 commit comments