Skip to content

Commit

Permalink
doc compiler fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemeray committed Jun 10, 2024
1 parent 23c1cf7 commit 4f41bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ find_package(Sphinx REQUIRED)
get_target_property(IR_LIB_PUBLIC_HEADER_DIR information_reconciliation INTERFACE_INCLUDE_DIRECTORIES)
file(GLOB_RECURSE IR_LIB_PUBLIC_HEADERS ${IR_LIB_PUBLIC_HEADER_DIR}/*.hpp)

#set(DOXYGEN_INPUT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(DOXYGEN_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}/doxygen)
set(DOXYGEN_INDEX_FILE ${DOXYGEN_OUTPUT_DIR}/html/index.html)
set(DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile)#
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def configureDoxyfile(input_dir, output_dir):
if read_the_docs_build:
input_dir = '../IR_lib'
output_dir = 'build'
configureDoxyfile(input_dir, output_dir)
#configureDoxyfile(input_dir, output_dir)
subprocess.call('doxygen', shell=True)
breathe_projects['information_reconciliation'] = output_dir + '/xml'

Expand Down

0 comments on commit 4f41bc7

Please sign in to comment.