Skip to content

Commit a1b0abd

Browse files
author
Javier Gil Aviles
committed
Refs #22788: Fix error on ReadTheDocs folder path
Signed-off-by: Javier Gil Aviles <javiergil@eprosima.com>
1 parent 7fb73cc commit a1b0abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ddsenabler_docs/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def configure_doxyfile(
333333
script_path = os.path.abspath(pathlib.Path(__file__).parent.absolute())
334334
# Project directories
335335
project_source_dir = os.path.abspath("{}/../code".format(script_path))
336-
project_binary_dir = os.path.abspath("{}/../build".format(script_path))
336+
project_binary_dir = os.path.abspath("{}/../../build".format(script_path))
337337
output_dir = os.path.abspath("{}/doxygen".format(project_binary_dir))
338338
doxygen_html = os.path.abspath("{}/html/doxygen".format(project_binary_dir))
339339

0 commit comments

Comments
 (0)