From 15a653a85e53941dc609dfc9827e0a8d3a024500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 29 Mar 2019 02:14:12 +0000 Subject: [PATCH] Bump sphinx from 1.8.5 to 2.0.0 in /docs Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.8.5 to 2.0.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v1.8.5...v2.0.0) Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c3d4fa3..e224b7e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # This file is used to setup env # to generate documentation. -sphinx==1.8.5 +sphinx==2.0.0 sphinx_autodoc_typehints==1.6.0 sphinx-click==2.0.1 recommonmark==0.5.0