summaryrefslogtreecommitdiffstats
path: root/common/sphinxcontrib/bibtex/nodes.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-08-09 20:19:22 +1000
committerChris Johns <chrisj@rtems.org>2017-08-09 20:19:22 +1000
commit58de62d8beb931995ec8bf2677f1714dfa004719 (patch)
treeb0fcd040cdcfc426697b590bdee4e082276e2215 /common/sphinxcontrib/bibtex/nodes.py
parentAdd the sphinxcontrib.bibtex extension to the repo. (diff)
downloadrtems-docs-58de62d8beb931995ec8bf2677f1714dfa004719.tar.bz2
Revert "Add the sphinxcontrib.bibtex extension to the repo."
This reverts commit aa4f8e2e436d6c49e1524a4a3fb164b28632d894. The contrib has too many dependencies to add into the repo.
Diffstat (limited to 'common/sphinxcontrib/bibtex/nodes.py')
-rw-r--r--common/sphinxcontrib/bibtex/nodes.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/sphinxcontrib/bibtex/nodes.py b/common/sphinxcontrib/bibtex/nodes.py
deleted file mode 100644
index 426aed9..0000000
--- a/common/sphinxcontrib/bibtex/nodes.py
+++ /dev/null
@@ -1,17 +0,0 @@
-"""
- New Doctree Nodes
- ~~~~~~~~~~~~~~~~~
-
- .. autoclass:: bibliography
-"""
-
-from docutils import nodes
-
-
-class bibliography(nodes.General, nodes.Element):
-
- """Node for representing a bibliography. Replaced by a list of
- citations by
- :class:`~sphinxcontrib.bibtex.transforms.BibliographyTransform`.
- """
- pass