Skip to content

Conversation

@SilverRainZ
Copy link
Member

Left a custom node in doctree usually cause many compatibility issues:

  • NotImplementedError: <class 'docutils.writers._html_base.SimpleListChecker'> visiting unknown node type: rendered_node
  • NotImplementedError: <class 'sphinx.writers.html5.HTML5Translator'> departing unknown node type: rendered_node

It is impossible to impl visit method for every translator/visitor, so we remove the term "rendered_node" frothe m project.

SilverRainZ added a commit to sphinx-notes/any that referenced this pull request Jan 25, 2026
Left a custom node in doctree usually cause many compatibility
issues:

- NotImplementedError: <class 'docutils.writers._html_base.SimpleListChecker'> visiting unknown node type: rendered_node
- NotImplementedError: <class 'sphinx.writers.html5.HTML5Translator'> departing unknown node type: rendered_node

It is impossible to impl visit method for every translator/visitor, so
we remove the term of "rendered_node" from project.
@SilverRainZ SilverRainZ merged commit 2f56f6e into master Jan 25, 2026
4 checks passed
SilverRainZ added a commit to sphinx-notes/any that referenced this pull request Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants