From 7cf6ace72e76889ac831e9807f7a9a14a4b7272b Mon Sep 17 00:00:00 2001
From: Jakob Unterwurzacher
Date: Thu, 31 Oct 2024 21:58:31 +0100
Subject: Port to mkdocs 1.6.1
---
gocryptfs-readthedocs/main.html | 36 ------------------------------------
1 file changed, 36 deletions(-)
delete mode 100644 gocryptfs-readthedocs/main.html
(limited to 'gocryptfs-readthedocs/main.html')
diff --git a/gocryptfs-readthedocs/main.html b/gocryptfs-readthedocs/main.html
deleted file mode 100644
index 7de28d2..0000000
--- a/gocryptfs-readthedocs/main.html
+++ /dev/null
@@ -1,36 +0,0 @@
-{% extends "base.html" %}
-
-{# Override the styles and libs blocks so we can remove the custom fonts and disable syntax highlighting. #}
-
- {%- block styles %}
-
-
-
- {%- for path in extra_css %}
-
- {%- endfor %}
- {%- endblock %}
-
- {%- block libs %}
- {% if page %}
-
- {% endif %}
-
-
-
- {%- endblock %}
-
-
-{#
-The entry point for the ReadTheDocs Theme.
-
-Any theme customisations should override this file to redefine blocks defined in
-the various templates. The custom theme should only need to define a main.html
-which `{% extends "base.html" %}` and defines various blocks which will replace
-the blocks defined in base.html and its included child templates.
-#}
--
cgit v1.2.3