[3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-05-10 07:19:38 -07:00 committed by GitHub
parent b2171a2fd4
commit 03abac239c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -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
^^^^^^^

View file

@ -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

View file

@ -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