From 7cd56bfb244ef3ceffd2cc70e2e9ab91eb6f1fd8 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 20 Apr 2020 18:44:44 +0200 Subject: [PATCH] [dep] Update Sphinx to v3.0 - https://www.sphinx-doc.org/en/master/changes.html --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60e15ea8..9075982a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,5 +38,5 @@ pyaes = "^1.6.1" black = { version = "^19.3b0", python = "^3.6" } mypy = "^0.730" pylint = "^2.4.2" -sphinx = "^2.3.1" +sphinx = "^3.0.2" sphinx_rtd_theme = "^0.4.3" -- GitLab