Chris Sewell
Chris Sewell
> The total sum of all the .doctrees is maybe 7 to 8MB ok thanks for the feedback
> Adding an entirely new _build method for one instance that needs overriding seems overkill? yeh I tend to agree, I think the decorator should definitely not be removed, because...
> as the author of that event but not the author of the "tweak" 😏; https://github.com/sphinx-doc/sphinx/pull/12567/commits/e536eb90e91a635ef1880f07b7bae515bf1d6bb3
Thanks @christopheseyler, this is definitely better, but bear with me a little on this as I want to have a bit more of a thought on it
Heya, In the one of the links you provide, it gives the answer 😅 https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#directives > Be careful as the indent is not a fixed number of whitespace, e.g. three,...
It's whatever the indentation of the second line of the directive is
its determined by the indent of the "first non-blank line" ```restructuredtext .. directive:: non-blank .. directive:: non-blank ``` the first non-blank line of the first one is `:caption:`
Heya, what exactly does `make_id_by_any_lang` do, how is it different to https://github.com/executablebooks/MyST-Parser/blob/1038800fc411296369604a03756bec6945c6d4d8/myst_parser/mdit_to_docutils/base.py#L774-L775
Heya > How does sphinx-needs hook into RSTParser? Well, it doesn't; it just uses the standard docutils/sphinx infrastructure which already parses the documentation > [it parses the whole doc string...
Hi @jerowe sorry for the late reply, this is because currently jupyter-book (via myst-nb) only renders Markdown output by codes cells against the CommonMark specification (https://spec.commonmark.org/0.29/) which actually does not...