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/main.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gocryptfs-readthedocs/main.html (limited to 'gocryptfs-readthedocs/main.html') diff --git a/gocryptfs-readthedocs/main.html b/gocryptfs-readthedocs/main.html new file mode 100644 index 0000000..79c9f4e --- /dev/null +++ b/gocryptfs-readthedocs/main.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{# +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