New Docutils Nodes¶
- class sphinxcontrib.bibtex.nodes.bibliography(rawsource: str = '', *children, **attributes: Any)[source]¶
Node for representing a bibliography. Replaced by a list of citations by
BibliographyTransform.
- class sphinxcontrib.bibtex.nodes.raw_latex(rawsource: str = '', text: str = '', *children, **attributes: Any)[source]¶
Node for representing raw latex data.