summaryrefslogtreecommitdiff
path: root/_exts/httpdomain/__init__.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 11:44:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 11:44:18 +0200
commitc3a6698c48f315e124bfd89bbb98564966f89434 (patch)
tree4687fbdec2523a6070108c83a0a463d76aff50f0 /_exts/httpdomain/__init__.py
parent34d79e45dcce1ba2d4dfbe0099187b2518be9ad1 (diff)
downloaddocs-c3a6698c48f315e124bfd89bbb98564966f89434.tar.gz
docs-c3a6698c48f315e124bfd89bbb98564966f89434.tar.bz2
docs-c3a6698c48f315e124bfd89bbb98564966f89434.zip
structure
Diffstat (limited to '_exts/httpdomain/__init__.py')
-rw-r--r--_exts/httpdomain/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/_exts/httpdomain/__init__.py b/_exts/httpdomain/__init__.py
new file mode 100644
index 00000000..b5a7dc29
--- /dev/null
+++ b/_exts/httpdomain/__init__.py
@@ -0,0 +1,14 @@
+# -*- 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__)
+