You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running rstfmt I get the following error: docutils.utils.SystemMessage: :46: (ERROR/3) Unknown interpreted text role "yes".
I know I am doing some weird stuff here. So ideally I'd be able to ignore this file when running rstfmt on a directory. Or add inline directives like .. rstfmt-ignore-start xyz .. rstfmt-ignore-end
The text was updated successfully, but these errors were encountered:
First off, thanks for this highly useful tool!
Is it possible to ignore a file or add inline directives to ignore sections?
Here is some example content I have in a file:
When running
rstfmt
I get the following error:docutils.utils.SystemMessage: :46: (ERROR/3) Unknown interpreted text role "yes".
I know I am doing some weird stuff here. So ideally I'd be able to ignore this file when running
rstfmt
on a directory. Or add inline directives like.. rstfmt-ignore-start
xyz.. rstfmt-ignore-end
The text was updated successfully, but these errors were encountered: