From 8cb6c58c26ae88b03f00112f2632fe6701df3c2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 02:26:04 +0000 Subject: [PATCH] Bump sphinx from 2.4.4 to 3.2.0 in /docs Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.2.0. - [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.4.4...v3.2.0) Signed-off-by: dependabot-preview[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 37c3ffd..77eb830 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # This file is used to setup env # to generate documentation. -sphinx==2.4.4 +sphinx==3.2.0 sphinx_autodoc_typehints==1.10.3 recommonmark==0.6.0 m2r==0.2.1