summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-05-04 01:47:42 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-05-04 01:47:42 +0900
commit3fee5a1ad8d2eff56403b8b7167f3de5fdcc8b03 (patch)
treea360e28b14a9f6c2d0ea57f5178ec501f7eb74ee /setup.cfg
parenta5036270c8f14167bd58cc5768081e904574fa2a (diff)
downloadsphinx-git-3fee5a1ad8d2eff56403b8b7167f3de5fdcc8b03.tar.gz
refactor: Catch ImportError for lib2to3 to support future python
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 65a0672e1..37e42df84 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -55,6 +55,7 @@ filterwarnings =
all
ignore::DeprecationWarning:docutils.io
ignore::DeprecationWarning:pyximport.pyximport
+ ignore::PendingDeprecationWarning:sphinx.util.pycompat
markers =
sphinx
apidoc