From 8609211b6be4c06232e891bd49c9b310bde7b122 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 23:27:17 +0200 Subject: [PATCH] Hotfix references in docs (#5721) (#5724) * removed the prefix from line 167 * Add reference to ignore (cherry picked from commit 63eb6ff550b2ba9f13cf5248980a4958e14a1af7) Co-authored-by: Olexiy Pohorely <52452803+l1storez@users.noreply.github.com> --- docs/abc.rst | 2 +- docs/conf.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/abc.rst b/docs/abc.rst index 551e7e70c8a..4a670d861ca 100644 --- a/docs/abc.rst +++ b/docs/abc.rst @@ -164,7 +164,7 @@ Abstract Cookie Jar Abstract Abstract Access Logger ------------------------------- -.. class:: aiohttp.abc.AbstractAccessLogger +.. class:: AbstractAccessLogger An abstract class, base for all :class:`aiohttp.web.RequestHandler` ``access_logger`` implementations diff --git a/docs/conf.py b/docs/conf.py index 3fbb9156802..c3732a04d1f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -356,4 +356,5 @@ ("py:mod", "aiohttp"), # undocumented, no `.. currentmodule:: aiohttp` in docs ("py:class", "aiohttp.SimpleCookie"), # undocumented ("py:class", "aiohttp.web.RequestHandler"), # undocumented + ("py:class", "aiohttp.NamedPipeConnector"), # undocumented ]