File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
build_docs_job :
10
10
runs-on : ubuntu-latest
11
- container : debian:buster -slim
11
+ container : debian:bullseye -slim
12
12
13
13
steps :
14
14
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ set -x
2
3
# ###############################################################################
3
4
# Important: This file is copied from https://github.com/maltfield/rtd-github-pages
4
5
# following the blog post https://tech.michaelaltfield.net/2020/07/18/sphinx-rtd-github-pages-1/
20
21
# ##################
21
22
22
23
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
24
25
25
- python3 -m pip install --upgrade rinohtype pygments
26
+ python3 -m pip install --upgrade rinohtype pygments python3-sphinx-rtd-theme
26
27
27
28
# ####################
28
29
# DECLARE VARIABLES #
You can’t perform that action at this time.
0 commit comments