mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-12 17:35:44 +00:00
Merge pull request #5023 from milkey-mouse/fix-sphinx-warning
Suppress Sphinx lexer warnings in frontends.rst
This commit is contained in:
commit
adf77e4f39
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
.. include:: ../global.rst.inc
|
.. include:: ../global.rst.inc
|
||||||
.. highlight:: json
|
.. highlight:: none
|
||||||
|
|
||||||
.. _json_output:
|
.. _json_output:
|
||||||
|
|
||||||
|
@ -121,6 +121,7 @@ log_message
|
||||||
See Prompts_ for the types used by prompts.
|
See Prompts_ for the types used by prompts.
|
||||||
|
|
||||||
.. rubric:: Examples (reformatted, each object would be on exactly one line)
|
.. rubric:: Examples (reformatted, each object would be on exactly one line)
|
||||||
|
.. highlight:: json
|
||||||
|
|
||||||
:ref:`borg_extract` progress::
|
:ref:`borg_extract` progress::
|
||||||
|
|
||||||
|
@ -171,6 +172,7 @@ environment variable that can be used to override the prompt. It is the same for
|
||||||
messages pertaining to the same prompt.
|
messages pertaining to the same prompt.
|
||||||
|
|
||||||
.. rubric:: Examples (reformatted, each object would be on exactly one line)
|
.. rubric:: Examples (reformatted, each object would be on exactly one line)
|
||||||
|
.. highlight:: none
|
||||||
|
|
||||||
Providing an invalid answer::
|
Providing an invalid answer::
|
||||||
|
|
||||||
|
@ -265,6 +267,7 @@ stats
|
||||||
unique_csize
|
unique_csize
|
||||||
Compressed and encrypted size of all chunks
|
Compressed and encrypted size of all chunks
|
||||||
|
|
||||||
|
.. highlight: json
|
||||||
Example *borg info* output::
|
Example *borg info* output::
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue