]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Move Release tag into footer for Sphinx HTML
authorZhanna Tsitkov <tsitkova@mit.edu>
Mon, 26 Nov 2012 21:45:08 +0000 (16:45 -0500)
committerZhanna Tsitkov <tsitkova@mit.edu>
Mon, 26 Nov 2012 22:14:15 +0000 (17:14 -0500)
The current position of the Release tag is in the body of the main page
of the Sphinx html.  Move it to the footer.  This way the release number
can be viewed from every page.

ticket: 7462

doc/_templates/layout.html
doc/index.rst

index 2cf03a18d16d50a8838871a63890981af123d821..585e6c560bd923676004bf0025a080064a38320e 100644 (file)
@@ -8,6 +8,8 @@
 {% macro feedback_rellinks() %}
     <div class="footer-wrapper" >
         <div class="footer" >
+            <div class="right" ><i>Release: {{ release }} </i>
+            </div>
             <div class="left" >
                 {%- for rellink in rellinks|reverse %}
                     <a href="{{ pathto(rellink[0]) }}"
index 6a2b8c3dafcc53b2900fd773ba4e3f9c9ed2ccb9..e7a5cf5e596ae2fa8d7da584a31033b57c73861a 100644 (file)
@@ -15,9 +15,3 @@ MIT Kerberos Documentation
    build_this.rst
    about.rst
    resources
-
-
-.. _reference:
-
-:Release: |release|
-