On Sun, Mar 28, 2021 at 3:35 PM [email protected] <[email protected]> wrote:
Presumably you are using @bool rst3_call_docutils = False, as in >> LeoDocs.leo. That option creates intermediate (.html.txt) files for use by >> sphinx, without calling docutils. > > > Actually, I have it set to True. I'll try it with False, but everything > has worked correctly so far. > My apologies for the confusion. The *@bool rst3-write-intermediate-file* setting controls whether rst3 writes the *sources* (results of processing the @rst tree) to an intermediate file. The *@bool rst3_call_docutils* setting controls whether rst3 writes external *docutils files*. These files contain the result of passing the sources to docutils. Let me emphasize that everything (including settings) should work *exactly* as before for those, like you, who don't rst's advanced features (code mode, doc-only mode, etc). If something changes for you, it's a bug. Please report it. Edward P.S. Yesterday I fixed a recent blunder that prevented intermediate files from being written when @bool rst3_call_docutils is False. So please use the latest rev in ekr-new-rst. To clarify what rst3 is doing, the rst3 command now reports both the number of intermediate files and docutils files rst3 writes. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS3FZBC%2BrGKtq-WUDRZshMyMEpptcVumHbZTPTTZwsER9Q%40mail.gmail.com.
