vscode-restructuredtext / snooty-parser

Apache License 2.0
6 stars 4 forks source link

Domains are not supported #35

Open lextm opened 3 years ago

lextm commented 3 years ago

I got

Unknown directive type "py:function".snooty(DocUtilsParseError) on the following code:


.. py:function:: lumache.get_random_ingredients(kind=None)

Return a list of random ingredients as strings.



_Originally posted by @Adrian-Bielefeldt in https://github.com/vscode-restructuredtext/snooty-parser/issues/30#issuecomment-942221395_
lextm commented 3 years ago

https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html

Upstream does not support this feature.