From f035fd4a0c12de4d97a5b34608dcdca30c4d6f77 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Wed, 3 Sep 2025 11:14:34 +0200 Subject: [PATCH] Remove mermaid extension --- peps/conf.py | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/peps/conf.py b/peps/conf.py index 824545e193a..0bad14e819f 100644 --- a/peps/conf.py +++ b/peps/conf.py @@ -24,7 +24,6 @@ "sphinx.ext.extlinks", "sphinx.ext.intersphinx", "sphinx.ext.githubpages", - "sphinxcontrib.mermaid", ] # The file extensions of source files. Sphinx uses these suffixes as sources. diff --git a/requirements.txt b/requirements.txt index fc2a5c85f68..ffcbe1a8aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ Pygments >= 2.9.0 Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 8.1.0 docutils >= 0.19.0 sphinx-notfound-page >= 1.0.2 -sphinxcontrib-mermaid # For tests pytest