New Transforms

class sphinxcontrib.bibtex.transforms.BibliographyTransform(document, startnode=None)[source]

Bases: SphinxPostTransform

A docutils transform to generate citation entries for bibliography nodes.

default_priority = 5

Numerical priority of this transform, 0 through 999 (override).

run(**kwargs)[source]

Transform each bibliography node into a list of citations.