From c2b58f0b8b25f64f7d69dbfe3299f351bc11545b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 19:23:35 +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.0.3) 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..f6e5840 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.1.0", "sphinx_rtd_theme==0.4.3", "sphinx_autodoc_typehints==1.10.3", ]