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 text is broken #47467

Closed
benjaminp opened this issue Jun 27, 2008 · 2 comments
Closed

make text is broken #47467

benjaminp opened this issue Jun 27, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@benjaminp
Copy link
Contributor

BPO 3217
Nosy @birkenfeld, @benjaminp

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-07-01.20:13:22.273>
created_at = <Date 2008-06-27.16:14:33.236>
labels = ['docs']
title = 'make text is broken'
updated_at = <Date 2008-07-01.20:13:22.271>
user = 'https://github.com/benjaminp'

bugs.python.org fields:

activity = <Date 2008-07-01.20:13:22.271>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-07-01.20:13:22.273>
closer = 'georg.brandl'
components = ['Documentation tools (Sphinx)']
creation = <Date 2008-06-27.16:14:33.236>
creator = 'benjamin.peterson'
dependencies = []
files = []
hgrepos = []
issue_num = 3217
keywords = []
message_count = 2.0
messages = ['68832', '69065']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'benjamin.peterson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue3217'
versions = ['Python 2.6', 'Python 3.0']

@benjaminp
Copy link
Contributor Author

Traceback (most recent call last):
  File "/temp/python/trunk/Doc/tools/sphinx/__init__.py", line 135, in main
    app.builder.build_update()
  File "/temp/python/trunk/Doc/tools/sphinx/builder.py", line 199, in
build_update
    'out of date' % len(to_build))
  File "/temp/python/trunk/Doc/tools/sphinx/builder.py", line 238, in build
    self.write(docnames, updated_docnames, method)
  File "/temp/python/trunk/Doc/tools/sphinx/builder.py", line 274, in write
    self.write_doc(docname, doctree)
  File "/temp/python/trunk/Doc/tools/sphinx/builder.py", line 1116, in
write_doc
    self.writer.write(doctree, destination)
  File "/temp/python/trunk/Doc/tools/docutils/writers/__init__.py", line
78, in write
    self.translate()
  File "/temp/python/trunk/Doc/tools/sphinx/textwriter.py", line 33, in
translate
    self.document.walkabout(visitor)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 159, in
walkabout
    child.walkabout(visitor)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 159, in
walkabout
    child.walkabout(visitor)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 159, in
walkabout
    child.walkabout(visitor)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 159, in
walkabout
    child.walkabout(visitor)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 159, in
walkabout
    child.walkabout(visitor)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 159, in
walkabout
    child.walkabout(visitor)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 159, in
walkabout
    child.walkabout(visitor)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 151, in
walkabout
    visitor.dispatch_visit(self)
  File "/temp/python/trunk/Doc/tools/docutils/nodes.py", line 1502, in
dispatch_visit
    return method(node)
  File "/temp/python/trunk/Doc/tools/sphinx/textwriter.py", line 598, in
unknown_visit
    raise NotImplementedError("Unknown node: " + node.__class__.__name__)
NotImplementedError: Unknown node: subscript

@benjaminp benjaminp added the docs Documentation in the Doc dir label Jun 27, 2008
@birkenfeld
Copy link
Member

Fixed with r64629.

@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

2 participants