From bfca53981a9fd7bbb0005142b6a9fb2e390f1da8 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:36:35 -0500 Subject: [PATCH] use last available sphinx for Python3.7 --- environment.yml | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 5df081a27..121a77e31 100644 --- a/environment.yml +++ b/environment.yml @@ -14,5 +14,5 @@ dependencies: - pytest-cookies - pywps - pyyaml - - sphinx >=7.0.0 + - sphinx >=5.3.0 - watchdog diff --git a/requirements_dev.txt b/requirements_dev.txt index 50753e189..0f787ac81 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,6 +5,6 @@ cryptography pytest-cookies pytest>=6.2.4 pyyaml -sphinx>=7.0.0 +sphinx>=5.3.0 tox>=4.0 watchdog