summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-04-27 18:10:48 +0000
committergeorg.brandl <devnull@localhost>2008-04-27 18:10:48 +0000
commit53177297ef3e8699afc6d9c0799f7582b63308d5 (patch)
tree632d8ccc66c1bc6744b8a78381f3027799894f6d
parent3ddaab0dfc2772495b439b8cfa467af1a62b9476 (diff)
downloadsphinx-53177297ef3e8699afc6d9c0799f7582b63308d5.tar.gz
Fix markup.
-rw-r--r--doc/templating.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templating.rst b/doc/templating.rst
index 0bf8aea4..b2812d94 100644
--- a/doc/templating.rst
+++ b/doc/templating.rst
@@ -122,7 +122,7 @@ The following blocks exist in the ``layout`` template:
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
{% block sidebar2 %}{% endblock %}
- (The `sidebar2` location for the sidebar is needed by the ``sphinxdoc.css`
+ (The `sidebar2` location for the sidebar is needed by the ``sphinxdoc.css``
stylesheet, for example.)
`footer`