From f73140e79876b7324c47e0b2017f76daf22931d7 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 20 Aug 2020 21:20:50 -0400 Subject: [PATCH] unworkaround sphinx 8136 https://github.com/sphinx-doc/sphinx/issues/8136 --- docs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 10940574..485b69e9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,8 +41,6 @@ ("py:class", "qtrio._core.Reenter"), # https://github.com/Czaki/sphinx-qt-documentation/issues/10 ("py:class", ""), - # https://github.com/sphinx-doc/sphinx/issues/8136 - ("py:class", "typing.AbstractAsyncContextManager"), ] # -- General configuration ------------------------------------------------