summaryrefslogtreecommitdiffstats
path: root/common/sphinxcontrib/__init__.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-08-07 21:58:52 +1000
committerChris Johns <chrisj@rtems.org>2017-08-07 21:58:52 +1000
commitaa4f8e2e436d6c49e1524a4a3fb164b28632d894 (patch)
tree5b7d3e70c2d5640495281b2665212f07bb41b251 /common/sphinxcontrib/__init__.py
parentbsp: Optional clock driver shutdown (diff)
downloadrtems-docs-aa4f8e2e436d6c49e1524a4a3fb164b28632d894.tar.bz2
Add the sphinxcontrib.bibtex extension to the repo.
Diffstat (limited to 'common/sphinxcontrib/__init__.py')
-rw-r--r--common/sphinxcontrib/__init__.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/sphinxcontrib/__init__.py b/common/sphinxcontrib/__init__.py
new file mode 100644
index 0000000..35d34fc
--- /dev/null
+++ b/common/sphinxcontrib/__init__.py
@@ -0,0 +1,13 @@
+# -*- 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__)