Skip to content

Commit

Permalink
doc compiling fix 11
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemeray committed Jun 10, 2024
1 parent d79b08a commit 7614ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def configureDoxyfile(input_dir, output_dir):

if read_the_docs_build:
input_dir = '../../IR_lib/cpp'
output_dir = 'build/'
output_dir = 'build'
configureDoxyfile(input_dir, output_dir)
subprocess.call('doxygen', shell=True)
breathe_projects['information_reconciliation'] = output_dir + '/xml'
Expand Down

0 comments on commit 7614ddb

Please sign in to comment.