From 05cc37ec114724d722a6fcbfaf4605f89ad5aedc Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Wed, 2 Oct 2024 13:49:45 -0500 Subject: [PATCH] build(deps): pin canonical-sphinx to 0.1.0 0.2.0 introduces breaking changes. Signed-off-by: Callahan Kovacs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e464181..0a0ea9f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ "sphinx-autobuild==2024.9.19", "sphinx-lint==1.0.0", "sphinx-tabs==3.4.5", - "canonical-sphinx~=0.1" + "canonical-sphinx==0.1.0" ] [build-system]