[New-bugs-announce] [issue3037] <generator> in output

Ian Bicking report at bugs.python.org
Wed Jun 4 21:50:19 CEST 2008


New submission from Ian Bicking <ianb at colorstudy.com>:

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.

----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
messages: 67696
nosy: georg.brandl, ianb
severity: normal
status: open
title: <generator> in output
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3037>
_______________________________________


More information about the New-bugs-announce mailing list