Skip to content

Commit

Permalink
doc compiling fix 12
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemeray committed Jun 10, 2024
1 parent 7614ddb commit 25d38a7
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 25d38a7

Please sign in to comment.