aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-05-10 07:19:38 -0700
committerGitHub <noreply@github.com>2023-05-10 14:19:38 +0000
commit03abac239cbd94962e44a5ae06ff583de6917f80 (patch)
tree6183fd576ab1afec0844aea4b7f7059d7c26f43d /Doc
parentb2171a2fd41416cf68afd67460578631d755a550 (diff)
downloadcpython3-03abac239cbd94962e44a5ae06ff583de6917f80.tar.gz
[3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/howto/logging.rst1
-rw-r--r--Doc/library/hashlib.rst1
-rw-r--r--Doc/library/pathlib.rst1
3 files changed, 3 insertions, 0 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index e2cf1b4fc3..f3ed98fd85 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -415,6 +415,7 @@ The flow of log event information in loggers and handlers is illustrated in the
following diagram.
.. image:: logging_flow.png
+ :class: invert-in-dark-mode
Loggers
^^^^^^^
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
index bea862d796..034b23c536 100644
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -436,6 +436,7 @@ Constructor functions also accept the following tree hashing parameters:
.. figure:: hashlib-blake2-tree.png
:alt: Explanation of tree mode parameters.
+ :class: invert-in-dark-mode
See section 2.10 in `BLAKE2 specification
<https://www.blake2.net/blake2_20130129.pdf>`_ for comprehensive review of tree
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index abdeea248a..974ab424a5 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -21,6 +21,7 @@ inherit from pure paths but also provide I/O operations.
.. image:: pathlib-inheritance.png
:align: center
+ :class: invert-in-dark-mode
If you've never used this module before or just aren't sure which class is
right for your task, :class:`Path` is most likely what you need. It instantiates