From afd073556545ab32ffabdf7e72511c0e09405bf0 Mon Sep 17 00:00:00 2001 From: Ethan-DeBandi99 <16845933+Ethan-DeBandi99@users.noreply.github.com> Date: Thu, 28 Jul 2022 16:03:50 -0400 Subject: [PATCH] Closes #1625 Setting sphinx>=5.1.1 (#1644) * Setting sphinx>=5.1.1 * correcting sign --- arkouda-env-dev.yml | 2 +- pydoc/requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arkouda-env-dev.yml b/arkouda-env-dev.yml index 4372361468..0eb636536a 100644 --- a/arkouda-env-dev.yml +++ b/arkouda-env-dev.yml @@ -21,7 +21,7 @@ dependencies: - pexpect - pytest>=6.0 - pytest-env - - Sphinx==5.0.2 + - Sphinx>=5.1.1 - sphinx-argparse - sphinx-autoapi - typed-ast diff --git a/pydoc/requirements.txt b/pydoc/requirements.txt index 54077a2220..567727bba3 100644 --- a/pydoc/requirements.txt +++ b/pydoc/requirements.txt @@ -18,7 +18,7 @@ pyarrow>=1.0.1 pexpect pytest>=6.0 pytest-env -Sphinx==5.0.2 +Sphinx>=5.1.1 sphinx-argparse sphinx-autoapi typed-ast diff --git a/setup.py b/setup.py index 2e22774782..750edf327f 100644 --- a/setup.py +++ b/setup.py @@ -156,7 +156,7 @@ # projects. extras_require={ # Optional 'dev': ['pexpect', 'pytest>=6.0', 'pytest-env', - 'Sphinx==5.0.2', 'sphinx-argparse', 'sphinx-autoapi', + 'Sphinx>=5.1.1', 'sphinx-argparse', 'sphinx-autoapi', 'mypy>=0.931', 'typed-ast', 'black', 'isort', 'flake8'], },