Use default readthedocs theme

Change-Id: I6b46bfe6642f79956eafbf30c1d528da3310cc50
This commit is contained in:
Ekaterina Chernova 2015-10-20 20:05:48 +03:00
parent 0ced007109
commit 67828b8344
3 changed files with 3 additions and 11 deletions

View File

@ -1,4 +0,0 @@
{% extends "basic/layout.html" %}
{% set css_files = css_files + ['_static/tweaks.css'] %}
{% block relbar1 %}{% endblock relbar1 %}

View File

@ -1,4 +0,0 @@
[theme]
inherit = nature
stylesheet = nature.css
pygments_style = tango

View File

@ -78,9 +78,9 @@ show_authors = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
if on_rtd:
html_theme_path = ['.']
html_theme = '_theme_rtd'
if not on_rtd:
#TODO(efedorova): Change local theme to corresponds with the theme on rtd
pass
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.