Skip to content

Commit f07eedc

Browse files
Mehdi Aminimemfrob
authored andcommitted
Remove CMake configuration for Sphinx targets in MLIR
MLIR does not have a Sphinx configuration, this is just leading to build failures at the moment. The website https://mlir.llvm.org/ is using the Hugo generator to process the markdown files.
1 parent 122ccd5 commit f07eedc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

mlir/docs/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,3 @@ if (LLVM_ENABLE_DOXYGEN)
9090
endif()
9191
endif()
9292

93-
if (LLVM_ENABLE_SPHINX)
94-
include(AddSphinxTarget)
95-
if (SPHINX_FOUND)
96-
if (${SPHINX_OUTPUT_HTML})
97-
add_sphinx_target(html mlir)
98-
endif()
99-
if (${SPHINX_OUTPUT_MAN})
100-
add_sphinx_target(man mlir)
101-
endif()
102-
endif()
103-
endif()

0 commit comments

Comments
 (0)