From 02a5f92af10e72a29705bd27088c4458f182f9dd Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 6 Feb 2022 23:49:51 +0100 Subject: Fix doc intro code blocks --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 07bb084..007ba84 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,13 +59,13 @@ Quick Start First, install gerbonara from PyPI using pip: -.. highlight:: shell +.. code-block:: shell pip install --user gerbonara Then, you are ready to read and write gerber files: -.. highlight:: python +.. code-block:: python from gerbonara import LayerStack -- cgit