Skip to content

Commit

Permalink
doc compiler fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemeray committed Jun 10, 2024
1 parent 0ecfdd8 commit 8524bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def configureDoxyfile(input_dir, output_dir):
breathe_projects = {}

if read_the_docs_build:
input_dir = '../IR_lib'
output_dir = 'build'
input_dir = '../../IR_lib'
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 8524bcc

Please sign in to comment.