Closed lilyminium closed 1 year ago
It is still weird that it goes:
But I presume that has something to do with the layout of the module docstring:
Function reference
==================
.. All functions are included via automodule :members:.
.. rubric:: References
.. footbibliography::
@ianmkenney you may need to manually .. autosummary
there if you want it in a more logical order.
Tbh a global bibliography might make more sense.
Expected behavior
If you want a local bibliography in similarity.py, the correct directives to use are actually
footbibliography
andfootcite
.cite
andbibliography
are to be used for global bibliographies, like a separate references page.Making this change allowed me to build docs as below: