From cf8901d7ea022f87093642f986c45996d266c410 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 15 May 2023 17:15:58 -0500 Subject: [PATCH] remove distuils and mistune pins --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c337cf491..c495d7acc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,20 +66,16 @@ test = [ "pre-commit" ] docs = [ - # needed because m2r uses deprecated APIs - # m2r is depended on by sphinxcontrib-openapi - "docutils<0.21", "ipykernel", "jinja2", "jupyter_client", "jupyter_server", - "mistune<1.0.0", "myst-parser", "nbformat", "prometheus_client", "pydata_sphinx_theme", "Send2Trash", - "sphinxcontrib-openapi", + "sphinxcontrib-openapi>=0.8.0", "sphinxcontrib_github_alt", "sphinxcontrib-spelling", "sphinx-autodoc-typehints",