File types available for references (can't reference to yaml file) #1323
-
Hello! How can I reference a requirement to yaml source code (for example, Ansible roles etc)? I've added the source dir to strictdoc.toml, but it doesn't help:
If I change file extension from '.yaml' to '.py', the reference works. But it's not a workaround. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I've added YamlLexer by analogy with others, and it works!: added to core/finders/source_files_finder.py:
and to export/html/generators/source_file_view_generator.py:
|
Beta Was this translation helpful? Give feedback.
-
@stanislaw please, see my PR #1324 |
Beta Was this translation helpful? Give feedback.
Closing by #1324.