diff --git a/docs/en_us/_themes/edx_theme/__init__.py b/docs/en_us/_themes/edx_theme/__init__.py deleted file mode 100644 index b618d5265..000000000 --- a/docs/en_us/_themes/edx_theme/__init__.py +++ /dev/null @@ -1,18 +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/docs/en_us/_themes/edx_theme/breadcrumbs.html b/docs/en_us/_themes/edx_theme/breadcrumbs.html deleted file mode 100644 index 0c5079725..000000000 --- a/docs/en_us/_themes/edx_theme/breadcrumbs.html +++ /dev/null @@ -1,11 +0,0 @@ -
-asdf asdf asdf asdf 22
-{%- endblock %} - - - diff --git a/docs/en_us/_themes/edx_theme/search.html b/docs/en_us/_themes/edx_theme/search.html deleted file mode 100644 index d8bbe6901..000000000 --- a/docs/en_us/_themes/edx_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 }}
-