[Workflow] Roll back some settings since they caused more issues
[llvm-project.git] / libc / docs / CMakeLists.txt
blobbe09423d38e8e3adb29ed45913f130f6a66f76fe
2 if (LLVM_ENABLE_SPHINX)
3 include(AddSphinxTarget)
4 if (SPHINX_FOUND)
5   if (${SPHINX_OUTPUT_HTML})
6     add_sphinx_target(html libc)
7   endif()
8 endif()
9 endif()