From 5fb481715c43a47050e17dc2a65f55fafa9a1716 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 23 Mar 2008 14:33:11 +0000 Subject: [PATCH] Remove outdated info and add an XXX. --- doc/templating.rst | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/doc/templating.rst b/doc/templating.rst index 0533f8df2..757f7fbf0 100644 --- a/doc/templating.rst +++ b/doc/templating.rst @@ -18,45 +18,4 @@ Inheritance is done via two directives, ``extends`` and ``block``. blocks extends !template -These are the blocks that are predefined in Sphinx' ``layout.html`` template: - -**doctype** - The doctype, by default HTML 4 Transitional. - -**rellinks** - HTML ```` tag, by default empty. - -**beforerelbar** - Block before the "related bar" (the navigation links at the page top), by - default empty. Use this to insert a page header. - -**relbar** - The "related bar" by default. Overwrite this block to customize the entire - navigation bar. - -**rootrellink** - The most parent relbar link, by default pointing to the "index" document with - a caption of e.g. "Project v0.1 documentation". - -**relbaritems** - Block in the ``