diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 321d76146c..7418fa63ec 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -9,7 +9,3 @@ .wy-table-responsive { overflow: visible !important; } - -.wy-side-nav-search > a.home-link { - font-weight: 100; -} diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 5b9bb76422..d3379e5ede 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,29 +1,5 @@ {% extends "!layout.html" %} -{% block sidebartitle %} - {%- if logo and theme_logo_only %} - - - - {%- endif %} - - {%- if theme_display_version %} - {%- set nav_version = version %} - {%- if READTHEDOCS and current_version %} - {%- set nav_version = current_version %} - {%- endif %} - {%- if nav_version %} -
- {{ nav_version }} -
- {%- endif %} - {%- endif %} - - Zulip homepage - - {%- include "searchbox.html" %} -{% endblock %} - {% block document %} {# # This allows us to insert a warning that appears only on the development diff --git a/docs/index.md b/docs/index.md index 6242812e74..3b4a85f9d9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,6 +42,7 @@ Contents: maxdepth: 3 --- +Zulip homepage overview/index ``` diff --git a/tools/check-templates b/tools/check-templates index b97db2a8b1..342e5adb7a 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -28,8 +28,6 @@ EXCLUDED_FILES = [ "web/images/icons/template.hbs", # Template checker recommends very hard to read indentation. "web/templates/bookend.hbs", - # The parser does not like the indentation of custom ReadTheDocs templates - "docs/_templates/layout.html", ]