Skip to content

Releases: ComPWA/sphinx-pybtex-etal-style

sphinx-pybtex-etal-style 0.0.3

29 Oct 10:53
9922906
Compare
Choose a tag to compare

📝 Documentation

  • Update links to compwa.github.io (#6)

🔨 Maintenance

  • Extract Style class to style module (#4)
  • Drop Python 3.7 & 3.8 support due to EOL (#9)
  • Remove developer dependencies from optional dependencies (#11)

🖱️ Developer Experience

  • Define developer environment with uv (#10 and #11)

The full changelog as commits can be found here.

sphinx-pybtex-etal-style 0.0.2

07 Dec 18:11
7a06a85
Compare
Choose a tag to compare

✨ New features

  • Switch to bookfinder.com for ISBN links (#3)

The full changelog as commits can be found here.

sphinx-pybtex-etal-style 0.0.1

04 Dec 12:12
ff737f6
Compare
Choose a tag to compare

✨ 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.