xo-flatstring: github: + sphinx + sphinx-rtd-theme
This commit is contained in:
parent
2b1aa47893
commit
6ce95635b6
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ubuntu-main.yml
vendored
8
.github/workflows/ubuntu-main.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue