From 306dec6af6e55f0ac7cc7c9a7271ecf121d80b3b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 23 Apr 2024 15:47:55 -0400 Subject: [PATCH] xo-unit: github: + missing sphinx + sphinx-rtd-theme deps --- .github/workflows/ubuntu-main.yml | 8 ++++++++ utest/unit.test.cpp | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-main.yml b/.github/workflows/ubuntu-main.yml index 11cd66e5..5b915573 100644 --- a/.github/workflows/ubuntu-main.yml +++ b/.github/workflows/ubuntu-main.yml @@ -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" diff --git a/utest/unit.test.cpp b/utest/unit.test.cpp index 09ddcea1..f87a91b8 100644 --- a/utest/unit.test.cpp +++ b/utest/unit.test.cpp @@ -1200,5 +1200,4 @@ namespace xo { } /*namespace ut*/ } /*namespace xo*/ - /* end dimension.test.cpp */