Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make htmlhelp raises non-reproducable exception #46467

Closed
loewis mannequin opened this issue Mar 1, 2008 · 2 comments
Closed

make htmlhelp raises non-reproducable exception #46467

loewis mannequin opened this issue Mar 1, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@loewis
Copy link
Mannequin

loewis mannequin commented Mar 1, 2008

BPO 2214
Nosy @loewis, @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2008-03-01.22:19:19.664>
created_at = <Date 2008-03-01.21:55:31.146>
labels = ['docs']
title = 'make htmlhelp raises non-reproducable exception'
updated_at = <Date 2008-03-01.22:19:19.663>
user = 'https://github.com/loewis'

bugs.python.org fields:

activity = <Date 2008-03-01.22:19:19.663>
actor = 'loewis'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-03-01.22:19:19.664>
closer = 'loewis'
components = ['Documentation tools (Sphinx)']
creation = <Date 2008-03-01.21:55:31.146>
creator = 'loewis'
dependencies = []
files = []
hgrepos = []
issue_num = 2214
keywords = []
message_count = 2.0
messages = ['63171', '63173']
nosy_count = 2.0
nosy_names = ['loewis', 'georg.brandl']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue2214'
versions = []

@loewis
Copy link
Mannequin Author

loewis mannequin commented Mar 1, 2008

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.

@loewis loewis mannequin assigned birkenfeld Mar 1, 2008
@loewis loewis mannequin added the docs Documentation in the Doc dir label Mar 1, 2008
@loewis
Copy link
Mannequin Author

loewis mannequin commented Mar 1, 2008

After upgrading the tools, this problem is apparently gone.

@loewis loewis mannequin closed this as completed Mar 1, 2008
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant