diff --git a/source/_themes/sphinx_rtd_theme/__init__.py b/source/_themes/sphinx_rtd_theme/__init__.py deleted file mode 100644 index 1440863..0000000 --- a/source/_themes/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, 5) - -__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 diff --git a/source/_themes/sphinx_rtd_theme/breadcrumbs.html b/source/_themes/sphinx_rtd_theme/breadcrumbs.html deleted file mode 100644 index d9b2937..0000000 --- a/source/_themes/sphinx_rtd_theme/breadcrumbs.html +++ /dev/null @@ -1,19 +0,0 @@ -
diff --git a/source/_themes/sphinx_rtd_theme/footer.html b/source/_themes/sphinx_rtd_theme/footer.html deleted file mode 100644 index 21a6b55..0000000 --- a/source/_themes/sphinx_rtd_theme/footer.html +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/source/_themes/sphinx_rtd_theme/layout.html b/source/_themes/sphinx_rtd_theme/layout.html deleted file mode 100644 index 9100b15..0000000 --- a/source/_themes/sphinx_rtd_theme/layout.html +++ /dev/null @@ -1,149 +0,0 @@ -{# TEMPLATE VAR SETTINGS #} -{%- set url_root = pathto('', 1) %} -{%- if url_root == '#' %}{% set url_root = '' %}{% endif %} -{%- if not embedded and docstitle %} - {%- set titlesuffix = " — "|safe + docstitle|e %} -{%- else %} - {%- set titlesuffix = "" %} -{%- endif %} - - - - - - - - {% block htmltitle %} -asdf asdf asdf asdf 22
-{%- endblock %} - - - diff --git a/source/_themes/sphinx_rtd_theme/search.html b/source/_themes/sphinx_rtd_theme/search.html deleted file mode 100644 index d8bbe69..0000000 --- a/source/_themes/sphinx_rtd_theme/search.html +++ /dev/null @@ -1,50 +0,0 @@ -{# - basic/search.html - ~~~~~~~~~~~~~~~~~ - - Template for the search page. - - :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{%- extends "layout.html" %} -{% set title = _('Search') %} -{% set script_files = script_files + ['_static/searchtools.js'] %} -{% block extrahead %} - - {# this is used when loading the search index using $.ajax fails, - such as on Chrome for documents on localhost #} - - {{ super() }} -{% endblock %} -{% block body %} - - - {% if search_performed %} -{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.') }}
- {% endif %} - {% endif %} -{{ context|e }}
-