Date
1 - 3 of 3
[docs] [PATCH] migration-guides: stop including documents with ".. include"
Quentin Schulz
Hi Michael,
On 4/27/22 14:33, Michael Opdenacker via lists.yoctoproject.org wrote: From: Michael Opdenacker <michael.opdenacker@...>Technically incorrect, it's Nicolas who's the author :) git commit --author="Nicolas Dechesne <nicolas.dechesne@...>" is the line to specify an author. This prevented variables from being substituted through theI checked and the file actually gets passed to subst_vars_replace function and the output of that is correct. However, it does not make it to the output of the file where it is included. I cannot explain why without digging deep into Sphinx code. I think we might be able to use https://www.sphinx-doc.org/en/master/extdev/appapi.html#event-html-page-context instead, but haven't looked into it yet and does not seem like a clean way to do it (patching the html after rendering). I think a proper bug report should be filed to Sphinx though. Cheers, Quentin Reviewed-by: Michael Opdenacker <michael.opdenacker@...>
|
|
On Wed, Apr 27, 2022 at 2:51 PM Quentin Schulz <quentin.schulz@...> wrote: Hi Michael, heh.. I don't mind either way.. I could have sent a proper patch too, i quickly sent it to share with everyone..
yeah, i read about that too.. and found https://github.com/sphinx-doc/sphinx/issues/837 which I couldn't make much sense..
|
|
Michael Opdenacker
On 4/27/22 15:16, Nicolas Dechesne wrote:
My bad. I didn't update my patch, but in my latest version, Nico is the author, and I'm just a reviewer. Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
|
|