Recent Releases of https://github.com/compwa/sphinx-pybtex-etal-style
https://github.com/compwa/sphinx-pybtex-etal-style - sphinx-pybtex-etal-style 0.0.3
📝 Documentation
- Update links to compwa.github.io (#6)
🔨 Maintenance
- Extract Style class to
stylemodule (#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.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/compwa/sphinx-pybtex-etal-style - sphinx-pybtex-etal-style 0.0.2
✨ New features
- Switch to bookfinder.com for ISBN links (#3)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/sphinx-pybtex-etal-style - sphinx-pybtex-etal-style 0.0.1
✨ 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:
python
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:
rst
.. bibliography:: /references.bib
:style: unsrt_et_al
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago