This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
[Python] Sphinx doesn't recognize closing backticks when not adjacent to word boundary #401
Labels
lang: python
Issues specific to Python.
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
status: won't fix
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Observed behavior:
Build
vision
docs:fails with
Cause
Appears to be that generated docstring for EntityAnnotator contains the text
Sphinx does not recognize the second pair of backticks because it is not at a word boundary
Solution
TBD
/cc @bjwatson
The text was updated successfully, but these errors were encountered: