Chris Sewell
Chris Sewell
> Converting a .. toctree:: directive with a :titlesonly: argument worked in a way, but the generated MyST content was invalid. It became :titlesonly: None which made a difference to...
> parse --extensions help text doesn't describe how to specify the extensions, comma separated list to load? no at present it would be `parse -e ext1 -e ext2 -e ext3`,...
A lot of this is now fixed in v0.2.0, see https://rst-to-myst.readthedocs.io/ whenever you have time, if you want to check it out and note any outstanding issues
> This project only builds when files are modified... Yes I know what it does lol > in what way do you envision it working? Well we can start by...
😂 I'm just about pipping you to the post this month: vs Don't forget that sphinx-book-theme was before this in the FIFO TODO list 😉 😬
good lad!
Already planned in https://github.com/executablebooks/MyST-Parser/issues/267#issuecomment-752804866
Heya, docutils id creation is defined here: https://github.com/chrisjsewell/docutils/blob/8adab0660b2097b4f3c32cef7e5ff4cb3c72b084/docutils/docutils/nodes.py#L2196; basically every non-alphanumeric character gets converted to a `-`, and so actually `test_snippet` should still match `test-snippet` (although let me know if...
Heya, unless I'm mistaken, this is not possible within the sphinx toctree framework: A part equates to a single toctree in a file with a caption: ``` .. toctree:: :caption:...
Are you sure you shouldn't be using the jb-article format, which essentially start a level down, and would allow you to achieve this. This is probably how it was working...