Use default readthedocs theme
Change-Id: I6b46bfe6642f79956eafbf30c1d528da3310cc50
This commit is contained in:
@@ -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
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
|
|
||||||
if on_rtd:
|
if not on_rtd:
|
||||||
html_theme_path = ['.']
|
#TODO(efedorova): Change local theme to corresponds with the theme on rtd
|
||||||
html_theme = '_theme_rtd'
|
pass
|
||||||
|
|
||||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||||
# using the given strftime format.
|
# using the given strftime format.
|
||||||
|
Reference in New Issue
Block a user