summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/sphinx_rtd_theme/__init__.py')
-rw-r--r--common/sphinx_rtd_theme/__init__.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/sphinx_rtd_theme/__init__.py b/common/sphinx_rtd_theme/__init__.py
deleted file mode 100644
index 88ddcce..0000000
--- a/common/sphinx_rtd_theme/__init__.py
+++ /dev/null
@@ -1,17 +0,0 @@
-"""Sphinx ReadTheDocs theme.
-
-From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
-
-"""
-import os
-
-VERSION = (0, 1, 9)
-
-__version__ = ".".join(str(v) for v in VERSION)
-__version_full__ = __version__
-
-
-def get_html_theme_path():
- """Return list of HTML theme paths."""
- cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
- return cur_dir