diff --git a/docs/conf.py b/docs/conf.py index 44ea192..6b103e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -116,12 +116,12 @@ # A list of (type, target) tuples (by default empty) that should be ignored # when generating warnings in “nitpicky mode”. nitpick_ignore = [ - ('py:obj', 'bool'), - ('py:obj', 'dict'), - ('py:obj', 'int'), - ('py:obj', 'list'), - ('py:obj', 'str'), - ('py:obj', 'tuple'), + ('py:class', 'bool'), + ('py:class', 'dict'), + ('py:class', 'int'), + ('py:class', 'list'), + ('py:class', 'str'), + ('py:class', 'tuple'), ]