From f84c285fa51923c09a44c8cfa0324bf615ea196f Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Tue, 2 May 2023 20:25:49 -0400 Subject: [PATCH] Upgrade Sphinx to 6.2.1 to solve error misattribution problem --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27da211397..b73b827af5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "docutils==0.19", "furo", "pyyaml==6.0", - "sphinx==6.1.3", + "sphinx==6.2.1", "sphinx-autobuild==2021.3.14", "sphinx-copybutton==0.5.1", # Intentionally kept at 2.3 until this bugfix is published: https://github.com/jdillard/sphinx-sitemap/pull/62