From c1adc42bbf31fa3b327f9ee78ff86e6ba0e89bd5 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 11 May 2019 03:03:21 -0400 Subject: moving rtd modifications to a submodule, moving to py3 for docs --- sphinx_rtd_theme/__init__.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sphinx_rtd_theme/__init__.py (limited to 'sphinx_rtd_theme/__init__.py') 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 -- cgit v1.3.1