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 17, 2021
1 parent 19d1795 commit 5b7f7e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,13 @@


# -------------------------------------------------------------------------
# nitpicky = True
nitpicky = True
nitpick_ignore = [
("py:mod", "aiohttp"), # undocumented, no `.. currentmodule:: aiohttp` in docs
("py:class", "aiohttp.SimpleCookie"), # undocumented
("py:class", "aiohttp.web.RequestHandler"), # undocumented
("py:meth", "aiohttp.ClientSession.request"), # undocumented
("py:class", "aiohttp.protocol.HttpVersion"), # undocumented
("py:class", "aiohttp.ClientRequest"), # undocumented
("py:class", "Payload"), # undocumented
]

0 comments on commit 5b7f7e7

Please sign in to comment.