Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
There is no resolution for this issue as the meth role is a syntax extension defined by Sphinx, in what it calls the Python "domain". The standard reStructuredText roles that Docutils supports do n...
Answer
#1: Initial revision
There is no resolution for this issue as the [`meth` role][1] is a syntax extension defined by Sphinx, in what it calls the Python ["domain"][2]. The [standard reStructuredText roles][3] that Docutils supports do not include `meth`. [1]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#role-py-meth [2]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html [3]: https://docutils.sourceforge.io/docs/ref/rst/roles.html