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 html fails #46553

Closed
tiran opened this issue Mar 16, 2008 · 4 comments
Closed

make html fails #46553

tiran opened this issue Mar 16, 2008 · 4 comments
Assignees
Labels
docs Documentation in the Doc dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@tiran
Copy link
Member

tiran commented Mar 16, 2008

BPO 2300
Nosy @birkenfeld, @facundobatista, @tiran

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-21.20:43:29.930>
created_at = <Date 2008-03-16.12:33:57.648>
labels = ['type-crash', 'docs']
title = 'make html fails'
updated_at = <Date 2008-03-21.20:43:29.877>
user = 'https://github.com/tiran'

bugs.python.org fields:

activity = <Date 2008-03-21.20:43:29.877>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-03-21.20:43:29.930>
closer = 'georg.brandl'
components = ['Documentation tools (Sphinx)']
creation = <Date 2008-03-16.12:33:57.648>
creator = 'christian.heimes'
dependencies = []
files = []
hgrepos = []
issue_num = 2300
keywords = ['patch']
message_count = 4.0
messages = ['63574', '63575', '63577', '64276']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'facundobatista', 'christian.heimes']
pr_nums = []
priority = 'high'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue2300'
versions = ['Python 2.6', 'Python 3.0']

@tiran
Copy link
Member Author

tiran commented Mar 16, 2008

File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/builder.py", line
236, in write
self.prepare_writing(docnames)
File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/builder.py", line
301, in prepare_writing
self.load_indexer(docnames)
File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/builder.py", line
489, in load_indexer
self.indexer.load(f, 'json')
File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/search.py", line
70, in load
for (k, v) in frozen[2].iteritems())
AttributeError: 'list' object has no attribute 'iteritems'
make: *** [build] Fehler 1

@tiran tiran added docs Documentation in the Doc dir type-crash A hard crash of the interpreter, possibly with a core dump labels Mar 16, 2008
@birkenfeld
Copy link
Member

This should have been fixed a long time ago. Try running "make clean;
make update; make html"?

@facundobatista
Copy link
Member

I was suffering of the same error, so:

make clean: ok

make update:

svn update tools/pygments
svn: requerimiento REPORT falló en '/projects/!svn/vcc/default'
svn: Target path does not exist
make: *** [update] Error 1

Anyway, I went further and made...

make html: and it worked ok!

@birkenfeld
Copy link
Member

I assume that it is fixed for Christian too, so am closing it.

@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 type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

3 participants