Plugins

sphinxcontrib.bibtex.plugin.find_plugin(group: str, name: str) Type[Any][source]

Load a sphinxcontrib-bibtex plugin, either from the runtime store, or from the entry points.

sphinxcontrib.bibtex.plugin.register_plugin(group: str, name: str, klass: Type[Any], force: bool = False) bool[source]

Register a sphinxcontrib-bibtex plugin into the runtime store.