summaryrefslogtreecommitdiff
path: root/sphinx_rtd_theme/__init__.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-05-11 03:03:21 -0400
committerJordan Wiens <jordan@psifertex.com>2019-05-11 03:03:21 -0400
commitc1adc42bbf31fa3b327f9ee78ff86e6ba0e89bd5 (patch)
tree2e2a35285eaae8a11bf04e2933b5666d49e8ce01 /sphinx_rtd_theme/__init__.py
parent00018d6ae7a8c4180bdaddd0ca127cff13509aaa (diff)
moving rtd modifications to a submodule, moving to py3 for docs
Diffstat (limited to 'sphinx_rtd_theme/__init__.py')
-rw-r--r--sphinx_rtd_theme/__init__.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py
deleted file mode 100644
index 7ba4d525..00000000
--- a/sphinx_rtd_theme/__init__.py
+++ /dev/null
@@ -1,15 +0,0 @@
-"""Sphinx ReadTheDocs theme.
-
-From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
-
-"""
-import os
-
-__version__ = '0.1.10-alpha'
-__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