Skip to content

Commit

Permalink
Add dependencies for sphinxcontrib-shoebot.
Browse files Browse the repository at this point in the history
 sphinxcontrib-shoebot support.

These dependencies allow installing pygobject and pycairo, a dependency of Shoebot.
  • Loading branch information
stuaxo committed Mar 5, 2021
1 parent 122babf commit 596a0eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ RUN apt-get -y install \
plantuml \
swig

# libgirepository1.0-dev: is to allow installing pygobject and pycairo which compile from source.
#
# gir1.2-pango-1.0: is used to render text to support sphinxcontrib-shoebot
# gir1.2-rsvg-2.0: is used to output SVGs to support sphinxcontrib-shoebot
RUN apt-get -y install \
libgirepository1.0-dev \
gir1.2-pango-1.0 \
gir1.2-rsvg-2.0

# Install Python tools/libs
ENV RTD_VIRTUALENV_VERSION 16.7.9
RUN apt-get -y install \
Expand Down

0 comments on commit 596a0eb

Please sign in to comment.