Skip to content

Commit

Permalink
fix: build according to maltfield/rtd-github-pages#10
Browse files Browse the repository at this point in the history
  • Loading branch information
canbooo committed Jan 12, 2025
1 parent 39dc5da commit addb9d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

build_docs_job:
runs-on: ubuntu-latest
container: debian:buster-slim
container: debian:bullseye-slim

steps:

Expand Down
5 changes: 3 additions & 2 deletions docs/buildDocs.sh
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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 #
Expand Down

0 comments on commit addb9d9

Please sign in to comment.