Skip to content

Commit

Permalink
[ci] Install 'sphinx-rtd-theme' in Docker container
Browse files Browse the repository at this point in the history
This hopefully fixes an issue with Docker image not being built
correctly in the CI environment.

(cherry picked from commit f0079d4)
(cherry picked from commit 76e5c59)
  • Loading branch information
drybjed committed Oct 28, 2024
1 parent 07d2b7d commit 05da0e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ You can read information about required changes between releases in the
Fixed
~~~~~

General
'''''''

- The ``python3-sphinx-rtd-theme`` APT package is included in the
:file:`Dockerfile` configuration file to ensure that the Docker image builds
correctly. This fixes an error in the CI checks in GitHub Actions.

:ref:`debops.nginx` role
''''''''''''''''''''''''

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get -q update \
python3-wheel \
python3-pypandoc \
python3-sphinx \
python3-sphinx-rtd-theme \
pandoc \
make \
git
Expand Down

0 comments on commit 05da0e5

Please sign in to comment.