You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sphinx, as run by tox -e docs, generates this warning:
/home/runner/work/treq/treq/docs/api.rst:80: WARNING: more than one target found for cross-reference 'request': treq.request, treq.client.HTTPClient.request, treq.testing.treq.testing.StubTreq.request, treq.testing.RequestTraversalAgent.request
This warning disappears if line 70 of docs/api.rst is deleted (note that this is not the same line the warning is reported on!):
:ivar request: See :attr:`IResponse.request <twisted.web.iweb.IResponse.request>`
The warning seems to originate in the :ivar request: bit. Removing the :attr: reference doesn't fix it.
Once this has been resolved, configure Sphinx to fail on warnings as Adi suggests.
The text was updated successfully, but these errors were encountered:
Sphinx, as run by
tox -e docs
, generates this warning:This warning disappears if line 70 of
docs/api.rst
is deleted (note that this is not the same line the warning is reported on!):The warning seems to originate in the
:ivar request:
bit. Removing the:attr:
reference doesn't fix it.Once this has been resolved, configure Sphinx to fail on warnings as Adi suggests.
The text was updated successfully, but these errors were encountered: