From b61785a41eb4e8b05a74b5482108f95f0026e170 Mon Sep 17 00:00:00 2001 From: Lakshidaa Saigiridharan <33449160+Lakshidaa@users.noreply.github.com> Date: Thu, 23 May 2024 13:31:29 +0200 Subject: [PATCH] Retract upgrade of sphinx --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5cebba7..8937ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest-cov = "^2.11.0" pytest-datadir = "^1.3.1" pytest-mock = "^3.5.0" pytest-mccabe = "^2.0.0" -sphinx = "^5.0.0" +sphinx = "^4.0.0" mypy = "^1.0.0" pylint = "^2.16.0" @@ -75,4 +75,4 @@ smiles2stock = "aizynthfinder.tools.make_stock:main" [build-system] requires = ["poetry_core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"