Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.2 KB

README.rst

File metadata and controls

28 lines (21 loc) · 1.2 KB

A Sphinx extension for BibTeX style citations.

This extension allows BibTeX citations to be inserted into documentation generated by Sphinx, via a bibliography directive, and a cite role, which work similarly to LaTeX's thebibliography environment and \cite command.

For formatting, the extension relies on pybtex written by Andrey Golovizin. The extension is inspired by Matthew Brett's bibstuff.sphinxext.bibref.