Skip to content

Commit

Permalink
Test exhale
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Jul 26, 2018
1 parent 863dc05 commit f75a3f0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2,427 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
xml
api
13 changes: 0 additions & 13 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,9 @@ project(doc)
find_package(Doxygen QUIET)

if (DOXYGEN_FOUND)
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/conf.py
${CMAKE_CURRENT_BINARY_DIR}/conf.py
COPYONLY
)

add_custom_target(doxygen
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Build Doxygen-generated documentation"
)

add_custom_target(doc
COMMAND sphinx-build -b html -c ${CMAKE_CURRENT_SOURCE_DIR} . ${CMAKE_CURRENT_BINARY_DIR}/html
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDS doxygen
COMMENT "Generate HTML documentation"
)
endif()

0 comments on commit f75a3f0

Please sign in to comment.