summaryrefslogtreecommitdiffstats
path: root/common/sphinxcontrib/__init__.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/__init__.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/__init__.py')
-rw-r--r--common/sphinxcontrib/__init__.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/common/sphinxcontrib/__init__.py b/common/sphinxcontrib/__init__.py
deleted file mode 100644
index 35d34fc..0000000
--- a/common/sphinxcontrib/__init__.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
- sphinxcontrib
- ~~~~~~~~~~~~~
-
- This package is a namespace package that contains all extensions
- distributed in the ``sphinx-contrib`` distribution.
-
- :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
-"""
-
-__import__('pkg_resources').declare_namespace(__name__)