include(FindSphinx)
if (SPHINX_FOUND)
  include(AddSphinxTarget)
  if (${SPHINX_OUTPUT_HTML})
    add_sphinx_target(html libunwind)
  endif()
endif()