Skip to content

Releases: jobovy/sphinx-astrorefs

Release 0.14

07 Nov 03:00
Compare
Choose a tag to compare

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

22 Oct 13:33
Compare
Choose a tag to compare

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

22 Oct 02:16
Compare
Choose a tag to compare

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

21 Oct 19:01
Compare
Choose a tag to compare

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

19 Jul 01:25
Compare
Choose a tag to compare

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

19 Jul 00:59
Compare
Choose a tag to compare

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

07 Jul 01:06
Compare
Choose a tag to compare

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 parameter astrorefs_arxiv_url.

Install from PyPI as

pip install sphinx-astrorefs

Documentation available at https://sphinx-astrorefs.readthedocs.io/en/0.8/.

Release 0.7

07 Jan 03:25
Compare
Choose a tag to compare

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, because sphinxcontrib.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

06 Jan 22:33
Compare
Choose a tag to compare

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. Because sphinxcontrib.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

20 Dec 02:23
Compare
Choose a tag to compare

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