From 5f03f5c65b3b8e9333f8c34ef63773d95bf35e2f Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 13 Jun 2023 18:48:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20DOCS:=20Update=20live-preview=20?= =?UTF-8?q?to=20myst-parser=20v2=20(#784)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/live-preview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/live-preview.md b/docs/live-preview.md index d282bfa9..3364cf9a 100644 --- a/docs/live-preview.md +++ b/docs/live-preview.md @@ -3,8 +3,8 @@ py-config: splashscreen: autoclose: true packages: - - myst-docutils==1.0 - - docutils==0.19 + - myst-docutils==2.0 + - docutils==0.20 - pygments ---