From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:44:07 +0000 (+0200) Subject: [3.13] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (#123666) X-Git-Tag: v3.13.0rc2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=402b5f204a244f04b6c49fb3491369b74accdba2;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (#123666) (cherry picked from commit 7d2c2f24daf7a2abd166bb51652ba55c6f55695f) Co-authored-by: Alexander Bessman --- diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index cbfe93319dda..3182d5664ab6 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -382,6 +382,10 @@ Logging Flow The flow of log event information in loggers and handlers is illustrated in the following diagram. +.. only:: not html + + .. image:: logging_flow.* + .. raw:: html :file: logging_flow.svg