On 12/8/25 5:46 PM, Mark Michelson wrote: > I can confirm that this fixes failing RHEL 9 builds. I have pushed the > change to main. > > Acked-by: Mark Michelson <[email protected]> >
Thanks, Mark! Sorry, Ales, I forgot to add you as reporter of the issue. Regards, Dumitru > On Mon, Dec 8, 2025 at 10:46 AM Dumitru Ceara <[email protected]> wrote: >> >> The syntax 'code-block:: dot' is not always supported, on older systems: >> >> Warning, treated as error: >> incremental-processing.rst:139:Pygments lexer name 'dot' is not known >> >> Fixes: afcb8c99f4d8 ("docs: Add OVN Incremental Processing Engine >> documentation.") >> Signed-off-by: Dumitru Ceara <[email protected]> >> --- >> .../topics/incremental-processing/incremental-processing.rst | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git >> a/Documentation/topics/incremental-processing/incremental-processing.rst >> b/Documentation/topics/incremental-processing/incremental-processing.rst >> index 0da11562ad..b9eb658ff2 100644 >> --- a/Documentation/topics/incremental-processing/incremental-processing.rst >> +++ b/Documentation/topics/incremental-processing/incremental-processing.rst >> @@ -136,7 +136,7 @@ Example Output >> The output is in DOT format and can be visualized using tools like `dot` >> from >> the Graphviz suite. >> >> -.. code-block:: dot >> +.. code-block:: none >> >> digraph "Incremental-Processing-Engine" { >> rankdir=LR; >> -- >> 2.51.1 >> > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
