useblocks / sphinx-simplepdf

A simple PDF builder for Sphinx documentations
https://sphinx-simplepdf.readthedocs.io
MIT License
32 stars 14 forks source link

New conda-forge package for sphinx-simplepdf fixes some windows issues #95

Open melund opened 7 months ago

melund commented 7 months ago

We had a lot of trouble getting the weasyprint dependency of sphinx-simplepdf working on windows. We had dll issues (OSError: cannot load library 'gobject-2.0-0') which only resolved by manually installing GTK on windows.

But yesterday we made a conda-forge package sphinx-simplepdf, that seems to fix the problem for us. Now we can create working environments with sphinx-simplepdf.

danwos commented 7 months ago

Thanks for the information and your spend time to get it running. :+1: Never thought weasyprint would be working with windows.

I keep this issue open as a reminder for me to update the docs.