xo-flatstring: github: + sphinx + sphinx-rtd-theme

This commit is contained in:
Roland Conybeare 2024-04-17 18:14:25 -04:00
commit 6ce95635b6

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"