From a85e5225f93d600c35b9493ab4f4d737ee0c9839 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 31 Jan 2021 20:35:38 +0100 Subject: docs: change theme to furo it looks better, and has a dark mode --- docs/_templates/layout.html | 69 --------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 docs/_templates/layout.html (limited to 'docs/_templates') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html deleted file mode 100644 index 0a97cb70..00000000 --- a/docs/_templates/layout.html +++ /dev/null @@ -1,69 +0,0 @@ -{# - haiku/layout.html - ~~~~~~~~~~~~~~~~~ - - Sphinx layout template for the haiku theme. - - :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{% extends "basic/layout.html" %} -{% set script_files = script_files + ['_static/theme_extras.js'] %} -{% set css_files = css_files + ['_static/print.css'] %} - -{# do not display relbars #} -{% block relbar1 %}{% endblock %} -{% block relbar2 %}{% endblock %} - -{% macro nav() %} -

- {%- block haikurel1 %} - {%- endblock %} - {%- if prev %} - «  {{ prev.title }} -   ::   - {%- endif %} - {{ _('Contents') }} - {%- if next %} -   ::   - {{ next.title }}  » - {%- endif %} - {%- block haikurel2 %} - {%- endblock %} -

-{% endmacro %} - -{% block content %} -
- {%- block haikuheader %} - {%- if theme_full_logo != "false" %} - - - - {%- else %} - {%- if logo -%} - - {%- endif -%} -

- {{ title|striptags }}

-

{{ shorttitle|e }}

- {%- endif %} - {%- endblock %} -
-
- {{ nav() }} -
-
- {#{%- if display_toc %} -
-

Table Of Contents

- {{ toc }} -
- {%- endif %}#} - {% block body %}{% endblock %} -
-
- {{ nav() }} -
-{% endblock %} - -- cgit v1.2.3