Skip to content

Commit addb9d9

Browse files
committed
fix: build according to maltfield/rtd-github-pages#10
1 parent 39dc5da commit addb9d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
build_docs_job:
1010
runs-on: ubuntu-latest
11-
container: debian:buster-slim
11+
container: debian:bullseye-slim
1212

1313
steps:
1414

docs/buildDocs.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -x
23
################################################################################
34
# Important: This file is copied from https://github.com/maltfield/rtd-github-pages
45
# following the blog post https://tech.michaelaltfield.net/2020/07/18/sphinx-rtd-github-pages-1/
@@ -20,9 +21,9 @@
2021
###################
2122

2223
apt-get update
23-
apt-get -y install git rsync python3-sphinx python3-sphinx-rtd-theme python3-stemmer python3-git python3-pip python3-virtualenv python3-setuptools
24+
apt-get -y install git rsync python3-sphinx python3-stemmer python3-git python3-pip python3-virtualenv python3-setuptools
2425

25-
python3 -m pip install --upgrade rinohtype pygments
26+
python3 -m pip install --upgrade rinohtype pygments python3-sphinx-rtd-theme
2627

2728
#####################
2829
# DECLARE VARIABLES #

0 commit comments

Comments
 (0)