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

Error when creating a text version #1370

Closed
shimizukawa opened this issue Jan 3, 2015 · 1 comment
Closed

Error when creating a text version #1370

shimizukawa opened this issue Jan 3, 2015 · 1 comment
Labels
Milestone

Comments

@shimizukawa
Copy link
Member

Using make text with Sphinx 1.2.1 gives me this error:

#!python

Exception occurred:
  File "/home/juh/Sphinx/local/lib/python2.7/site-packages/sphinx/writers/text.py", line 852, in unknown_visit
    raise NotImplementedError('Unknown node: ' + node.__class__.__name__)
NotImplementedError: Unknown node: toctree
The full traceback has been saved in /tmp/sphinx-err-QdpFiM.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-users/>,
or report them in the tracker at <https://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make: *** [text] Fehler 1

@shimizukawa shimizukawa added this to the 1.2.x milestone Jan 3, 2015
@shimizukawa
Copy link
Member Author

From Georg Brandl on 2014-03-01 08:26:17+00:00

Closes #1370: Ignore "toctree" nodes in text writer, instead of raising.

→ <<cset 1390388>>

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant