swyddfa / esbonio

A language server for working with Sphinx projects.
https://docs.esbon.io/
131 stars 21 forks source link

sphinx-agent: Use only builtin nodes for line numbers #883

Closed alcarney closed 1 month ago

alcarney commented 1 month ago

To remove the possibility of conflicting with extensions that introduce custom doctree nodes, the sphinx agent will only consider nodes defined in docutils.nodes or sphinx.addnodes when injecting line numbers

Closes #874