Skip to content

Commit 3034c68

Browse files
committed
Install python3-sphinx-rtd-theme to fix warning
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
1 parent 06aeeeb commit 3034c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Sphinx-doc
4545
run: |
4646
sudo apt-get update
47-
sudo apt-get install -y sphinx-doc python3-sphinx
47+
sudo apt-get install -y sphinx-doc python3-sphinx python3-sphinx-rtd-theme
4848
- name: Install gettext
4949
run: sudo apt-get install -y gettext
5050
- name: Install git-restore-mtime

0 commit comments

Comments
 (0)