xo-unit: github: + missing sphinx + sphinx-rtd-theme deps

This commit is contained in:
Roland Conybeare 2024-04-23 15:47:55 -04:00
commit 306dec6af6
2 changed files with 8 additions and 1 deletions

View file

@ -34,6 +34,14 @@ jobs:
sudo apt-get install -y doxygen
echo "::endgroup"
echo "::group::install sphinx"
sudo apt-get install -y python3-sphinx
echo "::endgroup"
echo "::group::install sphinx readthedocs theme"
sudo apt-get install -y python3-sphinx-rtd-theme
echo "::endgroup"
#echo "::group::install pybind11"
#sudo apt-get install -y pybind11-dev
#echo "::endgroup"