Releases: jobovy/sphinx-astrorefs
Release 0.14
Fourteenth release of sphinx-astrorefs
, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.13:
- Fix id anchors in the reference lists, so links to references are correctly resolved again
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.14/.
Release 0.13
Thirteenth release of sphinx-astrorefs
, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.12:
- Make use of status_iterator compatible again with earlier Sphinx versions.
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.13/.
Release 0.12
Twelfth release of sphinx-astrorefs
, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.11:
- Tweak CSS to make reference section indentation look a bit better. More tweaking may be required for your theme, but this seems to work okay with many common themes.
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.12/.
Release 0.11
Eleventh release of sphinx-astrorefs
, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.10:
- Fixed the use of a deprecated Sphinx function to maintain compatibility with the latest versions of Sphinx.
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.11/.
Release 0.10
Tenth release of sphinx-astrorefs
, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.9:
- Minor fix to how book titles are formatted (error introduced in version 0.9).
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.10/.
Release 0.9
Ninth release of sphinx-astrorefs
, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.8:
- Better formatting of DOI and ADS links in book references;
- Better formatting that is more consistent with articles and books of
INPROCEEDINGS
entries; - Better formatting that is more consistent with articles and books of
PHDTHESIS
entries.
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.9/.
Release 0.8
Eight release of sphinx-astrorefs, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.7:
- Pin
phinxcontrib.bibtex
dependency to 2.1.4, because this code doesn't yet work with more recent versions. - Allow the
arxiv.org
part of the arXiv URL to be changed through the configuration parameterastrorefs_arxiv_url
.
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.8/.
Release 0.7
Seventh release of sphinx-astrorefs, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.6:
- More changes for use of
sphinxcontrib.bibtex
version 2.1, because those in version 0.6 weren't correct. As in version 0.6, becausesphinxcontrib.bibtex
version 2.0 required special handling of certain bibtex files or running sphinx twice,sphinx-astrorefs
is only compatible with v1 or v2.1 onwards, but not v2.0.
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.7/.
Release 0.6
Sixth release of sphinx-astrorefs, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.5:
- Changes for use of
sphinxcontrib.bibtex
version 2.1. Becausesphinxcontrib.bibtex
version 2.0 required special handling of certain bibtex files or running sphinx twice,sphinx-astrorefs
is only compatible with v1 or v2.1 onwards, but not v2.0.
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.6/.
Release 0.5
Fifth release of sphinx-astrorefs, a Sphinx extension for including astro-style references in Sphinx documents. Changes wrt version 0.4:
- Correctly deal with bibliographic entries that are missing the volume field
- Fix an issue when no custom LaTeX preamble was declared
- Documentation changes for use of
sphinxcontrib.bibtex
version 2.
Install from PyPI as
pip install sphinx-astrorefs
Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.5/.