summaryrefslogtreecommitdiff
path: root/doc/build/templates/autohandler
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/templates/autohandler')
-rw-r--r--doc/build/templates/autohandler21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/build/templates/autohandler b/doc/build/templates/autohandler
deleted file mode 100644
index d454f5d..0000000
--- a/doc/build/templates/autohandler
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>${self.title()}</title>
- ${self.style()}
-<%def name="style()">
-</%def>
-
-</head>
-<body>
-${next.body()}
-
-</body>
-</html>
-
-
-<%def name="title()">
-Documentation
-</%def>
-
-