From 0b4ec9df1a064b1daab782f99ef823c47edbb189 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 5 Jan 2025 19:47:40 +0100 Subject: [PATCH] work around sudden failure of sphinx ini lexer /Users/tw/w/borg/docs/internals/data-structures.rst:971: WARNING: Lexing literal_block ' [cache] version = 1 repository = 3c4...e59 manifest = 10e...21c timestamp = 2017-06-01T21:31:39.699514 key_type = 2 previous_location = /path/to/repo [integrity] manifest = 10e...21c files = {"algorithm": "XXH64", "digests": {"HashHeader": "eab...39e3", "final": "e2a...b24"}} ' as "ini" resulted in an error at token: '}'. Retrying in relaxed mode. [misc.highlighting_failure] Note: this part of the docs didn't change for a long time, so I guess the sudden warning comes from a change in sphinx' lexers. Main problem is that rc != 0 will abort our CI pipeline. --- docs/internals/data-structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/data-structures.rst b/docs/internals/data-structures.rst index 773bd05db4..5fac8fd3d3 100644 --- a/docs/internals/data-structures.rst +++ b/docs/internals/data-structures.rst @@ -968,7 +968,7 @@ The integrity data of the ``files`` cache is stored in the cache ``config``. The ``[integrity]`` section is used: -.. code-block:: ini +.. code-block:: none [cache] version = 1