From 76da806380f0055f5820d14c1c45e890a5da7970 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 19:23:56 +0000 Subject: [PATCH] chore(deps-dev): Update sphinx requirement Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.1.2...v3.1.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 143239f..400c04a 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def read(path, encoding="utf-8"): "pydocstyle!=4.0.0,<6.0.0", # There is an issue with indented code blocks in 4.0.0 ] docs_requires = [ - "sphinx>=2.1.2,<2.4.0", + "sphinx>=2.1.2,<3.2.0", "sphinx_rtd_theme==0.4.3", "sphinx_autodoc_typehints==1.10.3", ]