BibTeX style extension for Rubin Observatory#

sphinxcontrib-bibtex is an excellent way to include academic citations in Sphinx documentation projects. Documenteer provides support for LSST’s common BibTeX bibliography files (maintained in lsst-texmf) through its documenteer.ext.bibtex extension. Specifically, this extension provides support for docushare fields in those bib files.

Usage#

To use this Sphinx extension, add documenteer.ext.bibtex to your conf.py file:

extensions = ["documenteer.ext.bibtex"]

bibtex_default_style = "lsst_aa"

The bibtex_default_style configuration variable configures Sphinx.

Further reading#