From 910a52a2683f5440b94133f263b2f779e54c243b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Thu, 21 Sep 2023 06:32:07 +0200 Subject: [PATCH] docs: update pip install to use sphinxcontrib-verilog-diagrams MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- README.rst | 4 ++-- docs/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index df2a609..17ed6c4 100644 --- a/README.rst +++ b/README.rst @@ -46,13 +46,13 @@ Python 3.5+ is required. .. code-block:: - pip install sphinxcontrib-hdl-diagrams + pip install sphinxcontrib-verilog-diagrams Or, .. code-block:: - python3 -m pip install sphinxcontrib-hdl-diagrams + python3 -m pip install sphinxcontrib-verilog-diagrams Sphinx Integration ^^^^^^^^^^^^^^^^^^ diff --git a/docs/index.rst b/docs/index.rst index 4fbb41d..dc5f819 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,13 +29,13 @@ Python 3.5+ is required. .. code-block:: bash - pip install sphinxcontrib-hdl-diagrams + pip install sphinxcontrib-verilog-diagrams Or, .. code-block:: bash - python3 -m pip install sphinxcontrib-hdl-diagrams + python3 -m pip install sphinxcontrib-verilog-diagrams Sphinx integration ~~~~~~~~~~~~~~~~~~