useblocks / sphinx-simplepdf

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

Compability with sphinxcontrib-bibtex #32

Open 1kastner opened 1 year ago

1kastner commented 1 year ago

The Sphinx extension sphinxcontrib-bibtex adds the option to have a bibliography at the end of the document. In the text, inline references can be made to the actual source. These links work perfectly for me in my HTML view. Similarly, the reST links that link to my API in the PDF work fine. However, the links generated by sphinxcontrib-bibtex do not point to the last page with the references. They are just colored text. Could this be fixed? Thanks a lot for your efforts!

1kastner commented 1 year ago

To be more precise - some are just colored text and some are links that make the PDF jump. However, the pages it jumps to do not contain the bibliography. The bibliography is in fact added to the end of the PDF, as it is a normal HTML page.