Hi!
I introduced some local bibliographies in my Jupyter book by inserting at the end of each chapter,
## Bibliography
```{bibliography}
:filter: docname in docnames
```
The bibliography renders as expected in the HTML output but not in the PDF output, where the bibliography is still collected at the end of the document, while the headers (## Bibliography) keep appearing at the end of each chapter without any content inside.
Is this a known issue? Is there a workaround?
Thanks!