From 3a633374027956ea303af4a7a622226d0f8c2780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Mon, 22 Jan 2024 19:34:17 -0300 Subject: [PATCH] Remove sphinx pin to rely on upstream constraints (#142) Don't pin Sphinx directly, as we can rely on MyST and PyData Sphinx Theme to pin it if necessary. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 322773d7..29907ca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ requires-python = ">=3.7" dependencies = [ "pydata-sphinx-theme==0.14.4", "packaging", - "sphinx<6", ] license = { file = "LICENSE" }