From 2afac092313b5d2df8e9fb211f8ab8f5bca8d05d Mon Sep 17 00:00:00 2001 From: Yael Namen Date: Sun, 5 Mar 2023 20:13:50 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20the=20sphinx-design=20exam?= =?UTF-8?q?ple=20(#738)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 92772bae..1b68eb4a 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -133,7 +133,7 @@ For example, let's install the [sphinx-design](https://github.com/executablebook First, install `sphinx-design`: ```shell -pip install sphinxcontrib-mermaid +pip install sphinx-design ``` Next, add it to your list of extensions in `conf.py`: