From 3fc22bd9d2b88b6d503b5ed219340952ec4b0783 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Fri, 10 Nov 2023 23:29:17 -0500 Subject: [PATCH] remove incompatible/unnecessary packages to resolve dependencies --- docs/conf.py | 1 - requirements-doc.txt | 5 ++--- requirements.txt | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8fd88e1..cabcec2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,6 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.autosectionlabel", # help make cross-references to title/sections - "cloud_sptheme.ext.autodoc_sections", # allow sections in docstrings code "sphinx.ext.todo", "sphinx.ext.viewcode", "sphinx.ext.intersphinx", diff --git a/requirements-doc.txt b/requirements-doc.txt index 42188ec..4b79991 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -2,10 +2,9 @@ # we actually need to install all requirements during docs build because of OpenAPI generation # (see 'docs/conf.py') astroid -cloud_sptheme -jinja2<3.1 # fix sphinx failing with cloud_sptheme, see: https://github.com/sphinx-doc/sphinx/issues/10291 +jinja2 pycodestyle>=2.6.0,<3 -sphinx>=5.0,<6 +sphinx>=6,<7 sphinx-autoapi>=1.7.0 sphinx-autodoc-typehints sphinx-paramlinks>=0.4.1 diff --git a/requirements.txt b/requirements.txt index 3da1599..e68d17e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -flask>=2.2 +flask>=3 gevent gunicorn jsonschema @@ -6,6 +6,5 @@ python-dateutil requests>=2.20.0 setuptools>=65.5.1 typing_extensions -watchdog==0.8.3 wheel>=0.37.1 werkzeug>=3.0.1