From 5b48dc0f6e7c31db64588f78a568a81bb7c4ba7c Mon Sep 17 00:00:00 2001 From: Gianluca Gippetto Date: Wed, 30 Jun 2021 22:51:05 +0200 Subject: [PATCH] Docs(README): use "text" lexer rather than "none" in code-block PYPI doesn't understand "none". Needs to investigate why tox.twine didn't detect this while running locally with make did. Same twine version. MYSTERY. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2265437..ea6f2e8 100644 --- a/README.rst +++ b/README.rst @@ -130,7 +130,7 @@ A simple example If you don't provide ``--pippo`` or ``--pluto``: -.. code-block:: none +.. code-block:: text Usage: invoked-command [OPTIONS] Try 'invoked-command --help' for help.