From d0c48130b63e10ea0131f19eb708ae41d326c2c4 Mon Sep 17 00:00:00 2001 From: misi9170 <39596329+misi9170@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:21:51 -0500 Subject: [PATCH] [BUGFIX] Fix docs build 2 (#1036) * remove pin in sphinxcontrib-autoyaml * Temporarily force deploy pages action. * Revert temporary changes to deploy-pages.yaml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 295756d84..dea224866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docs = [ "jupyter-book", "sphinx-book-theme", "sphinx-autodoc-typehints", - "sphinxcontrib-autoyaml==1.1.1", + "sphinxcontrib-autoyaml", "sphinxcontrib.mermaid", ] develop = [