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

@ -46,7 +46,6 @@ makedepends=(
'make'
'nodejs'
'npm'
'python'
)
optdepends=(

View file

@ -34,9 +34,7 @@ post-fetch {
depends_build-append port:doxygen \
port:graphviz \
port:npm9 \
port:pkgconfig \
port:python311 \
port:py311-pip
port:pkgconfig
depends_lib port:curl \
port:libopus \

View file

@ -148,7 +148,6 @@ class @PROJECT_NAME@ < Formula
system bin/"sunshine", "--version"
# run the test suite
# cannot build tests with python tests because homebrew destroys the source directory
system bin/"test_sunshine", "--gtest_color=yes"
end
end