You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
For Shoebot we use pycairo along with pygobject to access pango and rsvg.
Would it be possible to add the dependencies for these?
This would allow us to generate images using sphinxcontrib-shoebot, our extension that renders images with shoebot.
I had a poke at the rtd dockerfile and was able to get things working using
libgirepository1.0-dev # This lets us install pygobject and pycairo, both of which only compile from source.
gir1.2-pango-1.0 # Gobject bindings for Pango, which we use to render text
gir1.2-rsvg-2.0 # Gobject bindings for Rsvg, so we can output to svg
Thanks
Stuart
The text was updated successfully, but these errors were encountered:
This will let us render inline examples in our docs, and enable other projects that use pycairo and pango that may want to render examples in their docs.
Hi! I suggest you to subscribe to this PR readthedocs/readthedocs.org#8065 that implements a new config in .readthedocs.yaml that allow users to install packages via APT. Once it gets merged and deployed you will be able to install these packages by yourself.
Hi,
For Shoebot we use pycairo along with pygobject to access pango and rsvg.
Would it be possible to add the dependencies for these?
This would allow us to generate images using sphinxcontrib-shoebot, our extension that renders images with shoebot.
I had a poke at the rtd dockerfile and was able to get things working using
Thanks
Stuart
The text was updated successfully, but these errors were encountered: