Skip to content

Commit

Permalink
Add references to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
l1storez committed May 25, 2021
1 parent df95bf2 commit 3de466a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,11 @@
("py:meth", "start"), # undocumented
("py:exc", "aiohttp.ServerDisconnectionError"), # undocumented
("py:exc", "aiohttp.ClientHttpProxyError"), # undocumented
("py:class", "asyncio.AbstractServer"), # undocumented
("py:mod", "aiohttp.test_tools"), # undocumented
("py:class", "list of pairs"), # undocumented
("py:class", "aiohttp.protocol.HttpVersion"), # undocumented
("py:attr", "self.server.app"), # undocumented
("py:meth", "aiohttp.ClientSession.request"), # undocumented
("py:class", "aiohttp.StreamWriter"), # undocumented
]

0 comments on commit 3de466a

Please sign in to comment.