From 17e9695b20b19ccf389dffc04c2b45c408881d4b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 13 Jan 2023 12:42:25 +0000 Subject: [PATCH] Install sphinxcontrib-openapi from source I'm hoping to get permission to publish new releases to this [1]. Until that happens, we must install from source. [1] https://github.com/pypi/support/issues/2463 Signed-off-by: Stephen Finucane --- docs/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7668b885..d7cccc46 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,5 @@ sphinx>=4.2.0 reno>=3.4.0 sphinx-rtd-theme~=1.0 jinja2~=3.0 -sphinxcontrib-openapi~=0.7.0 -# See https://github.com/getpatchwork/patchwork/issues/442 -mistune<2.0.0 +# installing from source while we wait on https://github.com/pypi/support/issues/2463 +git+https://github.com/sphinx-contrib/openapi.git@c959438140e09c51f9c13c188c73238f766bf071 -- 2.47.3