Replies: 1 comment 2 replies
-
Heya, I'm not quite sure what you after? As in reading directives options from a YAML file, like
```{directive} title
options: my_options.yaml
Content
``` |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @chrisjsewell,
I was looking for a YAML reader that parses yaml into Sphinx directives, e.g. directly from yaml files. As MyST already supports a little bit of yaml syntax, I was wondering if you just use parts of a larger yaml parser and could do more, or if you're just supporting that particular bit of yaml syntax?
What I'm talking about is the directives option, like:
Beta Was this translation helpful? Give feedback.
All reactions