[New-bugs-announce] [issue2214] make htmlhelp raises non-reproducable exception

Martin v. Löwis report at bugs.python.org
Sat Mar 1 22:55:32 CET 2008


New submission from Martin v. Löwis:

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.

----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
messages: 63171
nosy: georg.brandl, loewis
severity: normal
status: open
title: make htmlhelp raises non-reproducable exception

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2214>
__________________________________


More information about the New-bugs-announce mailing list