Skip to content

Commit

Permalink
Dont require sphinx to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Sep 6, 2023
1 parent 433d5cb commit 7d069fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions share/rocm/cmake/ROCMSphinxDoc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ find_program(
NAMES sphinx-build
HINTS "$ENV{SPHINX_DIR}"
PATH_SUFFIXES bin
DOC "Sphinx documentation generator"
REQUIRED)
DOC "Sphinx documentation generator")

find_program(
DOXYGEN_EXECUTABLE
Expand Down

0 comments on commit 7d069fb

Please sign in to comment.