From c30c4eb320b58d5aeef47512d550d68979f28aba Mon Sep 17 00:00:00 2001 From: Yael Namen Date: Sun, 5 Mar 2023 17:51:51 -0800 Subject: [PATCH] Fix the sphinx-design example Under the `## Extending Sphinx` heading, the text of the example discusses `sphinx-design`, but the pip install command was installing `sphinxcontrib.mermaid`. I see there is a commented-out example, below, which is related to mermaid, so perhaps this missed in a copy/paste. --- 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`: