-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Overview
I am having extreme difficulty getting marked rst working.
I have a project set up that is working perfectly for oneline_needs, but then I try to have it discover marked rst and I have not been able to succeed on version 1.1.0.
I have set:
[codelinks.projects.my_project.analyse]
...
get_rst = true
...
I have tried about a half dozen different types and combinations of the inline marked rst.
The engine is successfully saying:
Marked rst extracted: 1..N (i.e. > 0)
Therefore, I know it is successfully reading the marked rst.
However, I don't know if there is further verbosity from there though on why they are not showing up under src-trace need.
Ideally the example here would show this feature working but it does not have get_rst = true.
Before I dive into more details on my exact project setup and trying to reproduce a minimal example, can you confirm it's working in the first place?