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.

Author loewis
Recipients georg.brandl, loewis
Date 2008-03-01.21:55:30
SpamBayes Score 0.10918727
Marked as misclassified No
Message-id <1204408532.2.0.853592374746.issue2214@psf.upfronthosting.co.za>
In-reply-to
Content
Sometimes, when I run "make htmlhelp", I get a traceback of

writing additional files...

Traceback (most recent call last):

  File "tools/sphinx-build.py", line 24, in <module>

    sys.exit(main(sys.argv))

  File "/cygdrive/c/loewis/3k/python/Doc/tools/sphinx/__init__.py", line
141, in

 main

    builderobj.build_update()

  File "/cygdrive/c/loewis/3k/python/Doc/tools/sphinx/builder.py", line
202, in

build_update

    summary='%d source files that are out of date' % len(to_build))

  File "/cygdrive/c/loewis/3k/python/Doc/tools/sphinx/builder.py", line
235, in

build

    self.finish()

  File "/cygdrive/c/loewis/3k/python/Doc/tools/sphinx/builder.py", line
449, in

finish

    download_base_url = self.config['download_base_url'],

KeyError: 'download_base_url'

make: *** [build] Fehler 1

When redoing "make htmlhelp", it immediately completes without error.
History
Date User Action Args
2008-03-01 21:55:32loewissetspambayes_score: 0.109187 -> 0.10918727
recipients: + loewis, georg.brandl
2008-03-01 21:55:32loewissetspambayes_score: 0.109187 -> 0.109187
messageid: <1204408532.2.0.853592374746.issue2214@psf.upfronthosting.co.za>
2008-03-01 21:55:31loewislinkissue2214 messages
2008-03-01 21:55:30loewiscreate