docs: drop sphinx and use doxygen exclusively (#2932)

This commit is contained in:
ReenigneArcher 2024-08-05 14:44:17 -04:00 committed by GitHub
commit 4bd521bb43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 4791 additions and 5307 deletions

View file

@ -63,7 +63,7 @@ add_custom_target(web-ui ALL
# docs
if(BUILD_DOCS)
add_subdirectory(docs)
add_subdirectory(third-party/doxyconfig docs)
endif()
# tests