From 41963e35597e4710eb11d0cef08565d98745a43b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 4 May 2020 02:03:20 +0900 Subject: [PATCH] refactor: Clean up filterwarnings Since 4.0, Sphinx does not use lib2to3. Therefore a filterwarnings entry for lib2to3 is no longer needed. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cf28fc7774..3e0a292b04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,6 @@ filterwarnings = all ignore::DeprecationWarning:docutils.io ignore::DeprecationWarning:pyximport.pyximport - ignore::PendingDeprecationWarning:sphinx.util.pycompat markers = sphinx apidoc