From f9d0554fec7292d4085d24a8ca115cc9e9a028ed Mon Sep 17 00:00:00 2001 From: blnicho Date: Wed, 19 Feb 2025 18:17:41 -0700 Subject: [PATCH 1/3] Exclude sphinx 8.2.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 138f804124..1f4ffdb9be 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ ### docs # Newer sphinx needed for proper type hint support in docstrings -sphinx>=3.0.0 +sphinx>=3.0.0,!=8.2.0 sphinxcontrib-napoleon>=0.5.0 # sphinx-argparse 0.4.0 is the last version to support Python 3.9 # see https://sphinx-argparse.readthedocs.io/en/latest/changelog.html#id3 From 50fb846ff559dbfac3b0e4abbba59cc881c8e269 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 20 Feb 2025 09:30:03 -0600 Subject: [PATCH 2/3] Temporarily revert pinning to gather info on error --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f4ffdb9be..138f804124 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ ### docs # Newer sphinx needed for proper type hint support in docstrings -sphinx>=3.0.0,!=8.2.0 +sphinx>=3.0.0 sphinxcontrib-napoleon>=0.5.0 # sphinx-argparse 0.4.0 is the last version to support Python 3.9 # see https://sphinx-argparse.readthedocs.io/en/latest/changelog.html#id3 From 4dd256e57cc49b70a156cafa1d25aa67df208b0e Mon Sep 17 00:00:00 2001 From: Bethany Nicholson Date: Thu, 20 Feb 2025 09:34:26 -0700 Subject: [PATCH 3/3] Exclude sphinx 8.2.0 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 138f804124..facd5d8b1b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ ### docs # Newer sphinx needed for proper type hint support in docstrings -sphinx>=3.0.0 +sphinx>=3.0.0,!=8.2.0 sphinxcontrib-napoleon>=0.5.0 # sphinx-argparse 0.4.0 is the last version to support Python 3.9 # see https://sphinx-argparse.readthedocs.io/en/latest/changelog.html#id3 @@ -30,4 +30,4 @@ addheader>=0.2.2 # to customize this (e.g. to install a local clone of the Pyomo git repository), add the desired alternate requirements below # for flowsheet_processor -idaes-flowsheet-processor>=0.1.dev4 \ No newline at end of file +idaes-flowsheet-processor>=0.1.dev4