This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: in output
Type: behavior Stage:
Components: Documentation tools (Sphinx) Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ianb
Priority: normal Keywords:

Created on 2008-06-04 19:50 by ianb, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg67696 - (view) Author: Ian Bicking (ianb) * Date: 2008-06-04 19:50
I updated to sphinx trunk and made just a few small changes in my
template, and I'm now seeing:

    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>

    <script type="text/javascript" src="_static/interface.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="contents" title="Global table of contents"
href="contents.html" />
    <link rel="index" title="Global index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="top" title="Paste v1.7 documentation" href="" />
    <link rel="next" title="News" href="news.html" />
<generator object at 0x8df250c>

<link rel="stylesheet" type="text/css"
 href="_static/paste.css.html">

  </head>

Note specifically "<generator object at 0x8df250c>", which comes right
before extrahead.
msg67697 - (view) Author: Ian Bicking (ianb) * Date: 2008-06-04 20:09
You can see the source that produces this in
http://svn.pythonpaste.org/Paste/trunk at revision 7387
msg67698 - (view) Author: Ian Bicking (ianb) * Date: 2008-06-04 20:15
Armin says this is a bug that has now been resolved in Jinja
msg67699 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-06-04 20:48
Okay, closing as "wfm".
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47287
2017-08-28 17:23:46Mariattasetpull_requests: - pull_request3271
2017-08-28 16:48:33bugZPDXsetpull_requests: + pull_request3271
2008-06-04 20:48:08georg.brandlsetstatus: open -> closed
resolution: works for me
messages: + msg67699
2008-06-04 20:15:55ianbsetmessages: + msg67698
2008-06-04 20:09:58ianbsetmessages: + msg67697
2008-06-04 19:50:15ianbcreate