From 6884a878e930c867f3946a38e3da2e930e2f2c8b Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sun, 21 Aug 2022 06:56:41 -0600 Subject: Promote sphinx-book-theme to preferred [skip appveyor] This will now be used for the API docs build. Signed-off-by: Mats Wichmann --- .github/workflows/scons-package.yml | 2 -- requirements-pkg.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/scons-package.yml b/.github/workflows/scons-package.yml index ff71862..91acecb 100644 --- a/.github/workflows/scons-package.yml +++ b/.github/workflows/scons-package.yml @@ -24,8 +24,6 @@ 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 diff --git a/requirements-pkg.txt b/requirements-pkg.txt index 3c2c385..10b5393 100644 --- a/requirements-pkg.txt +++ b/requirements-pkg.txt @@ -9,5 +9,5 @@ readme-renderer # sphinx pinned because it has broken several times on new releases sphinx>=5.1.1 -sphinx_rtd_theme +sphinx-book-theme rst2pdf -- cgit v0.12