xo-flatstring: build: drop sphinx+breathe doc step for now

This commit is contained in:
Roland Conybeare 2024-04-25 15:03:52 -04:00
commit 1b931bf9e1

View file

@ -132,7 +132,8 @@ jobs:
echo "::endgroup"
echo "::group::build ${XO_NAME} docs"
cmake --build ${XO_BUILDDIR} -- docs
cmake --build ${XO_BUILDDIR} -- doxygen
# note: sphinx+breathe not working (cause unknown) from docker-xo-builder, asof 25apr2024.
echo "::endgroup"
echo "::group::local install ${XO_NAME}"