useblocks / sphinx-simplepdf

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

Unable to display backcover #58

Closed sachin-suresh-rapyuta closed 9 months ago

sachin-suresh-rapyuta commented 1 year ago

I am trying to get my custom back cover using the below CSS, but even though the image shows in the HTML page source, not getting in PDF.

docs/_static/css/custom.css

#back-cover{
  background: url('../back-cover.png') no-repeat center;
  background-size: cover;
}

Is there any other way this can be achieved?

sachin-suresh-rapyuta commented 1 year ago

@danwos - was there any fix on this?