From c8140a978bda8111faf95c51f8dbfb7b8956683d Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 30 Dec 2025 20:19:48 -0500 Subject: [PATCH] fix: Drop the markdown extra. It was removed from the package and markdown support is now part of the default package without the extras decleration. https://github.com/sphinx-contrib/openapi/commit/1e95ac6fc8889ab7001d38476c3dfc1816d4700a#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7 --- requirements/edx/doc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/doc.in b/requirements/edx/doc.in index 78afbf9d6b..f44dbf935d 100644 --- a/requirements/edx/doc.in +++ b/requirements/edx/doc.in @@ -7,7 +7,7 @@ sphinx-book-theme # Common theme for all Open edX projects gitpython # fetch git repo information Sphinx # Documentation builder sphinx-design # provides various responsive web-components -sphinxcontrib-openapi[markdown] # Be able to render openapi schema in a sphinx project +sphinxcontrib-openapi # Be able to render openapi schema in a sphinx project sphinxext-rediraffe # Quickly and easily redirect when we move pages around. sphinx-reredirects # Redirect from a sphinx project out to other places on the web including other sphinx projects sphinx-autoapi