Use default readthedocs theme
Change-Id: I6b46bfe6642f79956eafbf30c1d528da3310cc50
This commit is contained in:
parent
0ced007109
commit
67828b8344
@ -1,4 +0,0 @@
|
||||
{% extends "basic/layout.html" %}
|
||||
{% set css_files = css_files + ['_static/tweaks.css'] %}
|
||||
|
||||
{% block relbar1 %}{% endblock relbar1 %}
|
@ -1,4 +0,0 @@
|
||||
[theme]
|
||||
inherit = nature
|
||||
stylesheet = nature.css
|
||||
pygments_style = tango
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user