From 49a68654530c4a559dac3df33e1b35261d19ff6e Mon Sep 17 00:00:00 2001
From: Andy Taylor
Date: Tue, 30 Jan 2018 17:49:32 +1100
Subject: Remove syntax highlighting
---
gocryptfs-readthedocs/main.html | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
(limited to 'gocryptfs-readthedocs/main.html')
diff --git a/gocryptfs-readthedocs/main.html b/gocryptfs-readthedocs/main.html
index a17695b..7de28d2 100644
--- a/gocryptfs-readthedocs/main.html
+++ b/gocryptfs-readthedocs/main.html
@@ -1,14 +1,30 @@
{% 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.
--
cgit v1.2.3