Skip to content

Commit

Permalink
build: Disable links check in docs
Browse files Browse the repository at this point in the history
(cherry picked from commit 5cce65129ace032985855eb0c7feab28056505a4)
  • Loading branch information
vasylskorych committed Dec 28, 2024
1 parent 8c6969d commit eac8067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ IF(BUILD_DOCS)
CONFIGURE_FILE(${SPHINX_CONFIG_IN} ${SPHINX_CONFIG_OUT} @ONLY)

ADD_CUSTOM_COMMAND(OUTPUT ${SPHINX_INDEX_FILE}
COMMAND ${SPHINX_EXECUTABLE} -b linkcheck ${SPHINX_SOURCE_DIR} ${SPHINX_BUILD} # Check links
# COMMAND ${SPHINX_EXECUTABLE} -b linkcheck ${SPHINX_SOURCE_DIR} ${SPHINX_BUILD} # Check links
COMMAND ${SPHINX_EXECUTABLE} -b html -Dbreathe_projects.Dyssol=${DOXYGEN_OUTPUT_XML_DIR} ${SPHINX_SOURCE_DIR} ${SPHINX_BUILD}
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
DEPENDS ${SPHINX_SOURCE_DIR}/index.rst ${DOXYGEN_INDEX_FILE}
Expand Down

0 comments on commit eac8067

Please sign in to comment.