From 146dc39ded8c7d18776f570245c62f8ac9d76f05 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 18 Aug 2022 09:42:34 -0600 Subject: Temparily switch theme in GH Action [skip appveyor] Signed-off-by: Mats Wichmann --- .github/workflows/scons-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scons-package.yml b/.github/workflows/scons-package.yml index 91acecb..ff71862 100644 --- a/.github/workflows/scons-package.yml +++ b/.github/workflows/scons-package.yml @@ -24,6 +24,8 @@ jobs: python -m pip install --upgrade pip setuptools wheel #python -m pip install flake8 pytest if [ -f requirements-pkg.txt ]; then pip install -r requirements-pkg.txt; elif [ -f requirements.txt ]; then pip install -r requirements.txt; fi + #XXX if we keep this, merge into requirements-pkg.txt + pip install sphinx-book-theme sudo apt-get update sudo apt-get -y install docbook-xml docbook-xsl xsltproc fop docbook-xsl-doc-pdf # try to keep the texlive install as small as we can to save some time/space -- cgit v0.12