Skip to content

sphinx-pybtex-etal-style 0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 12:12
· 9 commits to main since this release
ff737f6

✨ New features

(#1) Imported this code and made it available as a Sphinx extension.

Usage

In your Sphinx configuration file (conf.py), add "sphinx_pybtex_etal_style" to your extensions:

extensions = [
    "sphinx_pybtex_etal_style",
]

and set your default bibliography style to "unsrt_et_al":

bibtex_default_style = "unsrt_et_al"

Alternatively, you can use the style for one bibliography only by specifying it in the .. bibliography:: directive:

.. bibliography:: /references.bib
  :style: unsrt_et_al

The full changelog as commits can be found here.