From d9f7b4bdbc5a18b5dfd329810550f6b6addf04a0 Mon Sep 17 00:00:00 2001 From: Malcolm Williams Date: Sun, 15 Mar 2026 14:13:25 -0400 Subject: [PATCH] Replace recommonmark with myst-parser in docs --- docs/conf.py | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3e1b634387..c546121a23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ "sphinx.ext.coverage", "sphinx.ext.ifconfig", "sphinx.ext.viewcode", - "recommonmark", + "myst_parser", ] # Add any paths that contain templates here, relative to this directory. diff --git a/tests/requirements.txt b/tests/requirements.txt index 679f8e13d0..a2e349586a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,7 +6,7 @@ aiounittest flake8 wheel>=0.22.0 cryptography -recommonmark +myst-parser django multidict pyngrok