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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2214> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com