From 350c6331da4738057556d966b0bfd9d98d570352 Mon Sep 17 00:00:00 2001 From: John Cole Date: Thu, 20 Jul 2023 16:56:38 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Add=20linkify=20dependency=20to?= =?UTF-8?q?=20contributing=20docs.=20(#792)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/develop/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/contributing.md b/docs/develop/contributing.md index 7f57052a..e4f0e221 100644 --- a/docs/develop/contributing.md +++ b/docs/develop/contributing.md @@ -16,7 +16,7 @@ To install `myst-parser` for development, take the following steps: git clone https://github.com/executablebooks/MyST-Parser cd MyST-Parser git checkout master -pip install -e .[code_style,testing,rtd] +pip install -e .[code_style,linkify,testing,rtd] ``` ## Code Style