From c2eeba892f634fb1ba7feec993c0df3dd36642af Mon Sep 17 00:00:00 2001
From: Andy Taylor
Date: Mon, 29 Jan 2018 17:32:28 +1100
Subject: Adding copy of readthedocs theme from mkdocs 0.17.2 source
---
gocryptfs-readthedocs/toc.html | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 gocryptfs-readthedocs/toc.html
(limited to 'gocryptfs-readthedocs/toc.html')
diff --git a/gocryptfs-readthedocs/toc.html b/gocryptfs-readthedocs/toc.html
new file mode 100644
index 0000000..cecfbe4
--- /dev/null
+++ b/gocryptfs-readthedocs/toc.html
@@ -0,0 +1,10 @@
+{% for toc_item in page.toc %}
+
{{ toc_item.title }}
+ {% if toc_item.children %}
+
+ {% endif %}
+{% endfor %}
--
cgit v1.2.3
From e90b27caae3351f29d0c18a9b4e26d3febdbd164 Mon Sep 17 00:00:00 2001
From: Andy Taylor
Date: Tue, 30 Jan 2018 17:00:09 +1100
Subject: Disable TOC links in sidebar
---
gocryptfs-readthedocs/toc.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'gocryptfs-readthedocs/toc.html')
diff --git a/gocryptfs-readthedocs/toc.html b/gocryptfs-readthedocs/toc.html
index cecfbe4..1c6ebc0 100644
--- a/gocryptfs-readthedocs/toc.html
+++ b/gocryptfs-readthedocs/toc.html
@@ -1,5 +1,5 @@
{% for toc_item in page.toc %}
- {{ toc_item.title }}
+
{% endfor %}
--
cgit v1.2.3