Fernando Raya
Fernando Raya
> (I tried to investigate this but wasn't immediately able to find a recipe for doing single-file reStructuredText to plain text conversion.) Not sure if this helps: [https://stackoverflow.com/questions/1192632/how-to-convert-restructuredtext-to-plain-text](https://stackoverflow.com/questions/1192632/how-to-convert-restructuredtext-to-plain-text) - First...
Commits e8afab3 and 6e74b10 are related with this issue. Could we please consider closing this issue, or perhaps provide more specific details about what actions can be taken?
I think the problem is in the regular expression of `sphinx-extensions` https://github.com/dylan-lang/sphinx-extensions/blob/dac8163efe0f2b44264bf06813a797ff6b4ba036/sphinxcontrib/dylan/domain/dylandomain.py#L38 It matches everything   It should be replaced by:   that works for this case ```...