./textproc/py-sphinxcontrib-bibtex, Sphinx extension for BibTeX style citations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.2, Package name: py311-sphinxcontrib-bibtex-2.6.2, Maintainer: jaapb

This extension allows BibTeX citations to be inserted into documentation
generated by Sphinx, via a bibliography directive, and a cite role, which
work similarly to LaTeX's thebibliography environment and \cite command.


Required to run:
[textproc/py-sphinx] [lang/py-six] [devel/py-oset] [textproc/py-pybtex] [textproc/py-pybtex-docutils] [lang/python310]

Master sites:

Filesize: 114.706 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-20 17:06:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-sphinxcontrib-bibtex: fix PLIST for Python != 3.12
   2024-01-13 08:04:32 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-sphinxcontrib-bibtex: updated to 2.6.2

2.6.2 (10 January 2023)
-----------------------

* Fix bibliography header repetition when recompiling documents

2.6.1 (27 August 2023)
----------------------

* The ``:cite:alp:`` role in the super style now also suppresses the sup tag
  in addition to the brackets, to make it easier to apply the necessary formatting
  around the citation.

2.6.0 (24 August 2023)
----------------------

* Pre- and post-text in citations are now supported for the
  author_year, label, and super referencing styles. The syntax is
  ``:cite:p:`{pre-text}key{post-text}```
  Refer to the documentation for more details.

* New alternative style citations are now supported for the
  author_year, label, and super parenthetical referencing styles,
  which are identical to parenthetical citations but without the brackets.
  The syntax is ``:cite:alp:`key```.
  Refer to the documentation for more details.

* Exclude docutils 0.18 and 0.19 to fix generation of a spurious div tag in the
  html builder.

* Add test for running the extension on Cython modules.

* Add test for running the extension with autoapi.

* Sphinx versions 2.x (and lower) are no longer supported.
  New minimum required version of Sphinx is 3.5.

* Running pytest without arguments will now by default skip all marked tests
  that require additional dependencies (currently numpydoc, rinohtype, and
  cython).

* Fix encoding issues when running tests on Windows.

* Python 3.6 is EOL and is therefore no longer officially supported.
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2019-10-22 08:48:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sphinxcontrib-bibtex: updated to 1.0.0

1.0.0:
* Drop Python 2.7 and 3.4 support (as upstream sphinx has dropped
  support for these as well).
* Add Python 3.8 support (contributed by hroncok).
* Update for Sphinx 2.x, and drop Sphinx 1.x support (as there is too
  much difference between the two versions).
* Non-bibtex citations will now no longer issue warnings
* Switch to codecov for coverage reporting.
   2019-01-07 18:00:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sphinxcontrib-bibtex: updated to 0.4.2

0.4.2:
* Drop Python 3.3 support, add Python 3.7 support.
* Work around issue with sphinx-testing on Fedora