From 266584489087257701528db75d876fc53834af04 Mon Sep 17 00:00:00 2001 From: John Cole Date: Thu, 20 Jul 2023 20:47:08 +0000 Subject: [PATCH] Add linkify dependency to contributing docs. Fix executablebooks/MyST-Parser#791 --- 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