From 22fed89526516e806033b46b678af78b24e2635b Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Fri, 15 Jul 2022 20:28:08 +0300 Subject: [PATCH] MAINT: remove incorrect comment from sphinx pin. The comment here was out-of-date (sphinx 5 has been released) which made it unclear whether the pin was intentional or an error. From the discussion in gh-583, it's now clear the pin is intentional, so removing the comment for clarity. Alternatively, the comment could be updated in a way that won't be obsoleted by future sphinx releases - wording suggestions welcome. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a48b27a..49c22754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ doc = [ "nbclient", "pandas", "plotly", - "sphinx~=4.0", # Force Sphinx to be the latest version + "sphinx~=4.0", "sphinx-design", "sphinx-examples", "sphinx-copybutton",