From c6a2ae3783a6dcb6dc06e87e9c1606f780ed5067 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 29 Jul 2024 09:45:53 +0200 Subject: [PATCH] Docs: Remove pygments-markdown-lexer (unmaintained, and now in pygments core) --- doc/requirements.rtd.txt | 1 - doc/requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/requirements.rtd.txt b/doc/requirements.rtd.txt index a7b0ba5832..54f1045c73 100644 --- a/doc/requirements.rtd.txt +++ b/doc/requirements.rtd.txt @@ -6,5 +6,4 @@ sphinxcontrib-images sphinxcontrib-jquery sphinxcontrib-spelling==8.* sphinxemoji -pygments-markdown-lexer pyenchant==3.2.* diff --git a/doc/requirements.txt b/doc/requirements.txt index b1395408cf..5b39f516d3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -7,5 +7,4 @@ sphinxcontrib-images sphinxcontrib-jquery sphinxcontrib-spelling==8.* sphinxemoji -pygments-markdown-lexer pyenchant==3.2.*