diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index cc9089c..2ecf6d2 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -8,7 +8,7 @@ jobs: build_docs_job: runs-on: ubuntu-latest - container: debian:buster-slim + container: debian:bullseye-slim steps: diff --git a/docs/buildDocs.sh b/docs/buildDocs.sh index 0ea9c98..bdde126 100644 --- a/docs/buildDocs.sh +++ b/docs/buildDocs.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -x ################################################################################ # Important: This file is copied from https://github.com/maltfield/rtd-github-pages # following the blog post https://tech.michaelaltfield.net/2020/07/18/sphinx-rtd-github-pages-1/ @@ -20,9 +21,9 @@ ################### apt-get update -apt-get -y install git rsync python3-sphinx python3-sphinx-rtd-theme python3-stemmer python3-git python3-pip python3-virtualenv python3-setuptools +apt-get -y install git rsync python3-sphinx python3-stemmer python3-git python3-pip python3-virtualenv python3-setuptools -python3 -m pip install --upgrade rinohtype pygments +python3 -m pip install --upgrade rinohtype pygments python3-sphinx-rtd-theme ##################### # DECLARE VARIABLES #