We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I hit a problem in combination with newer sphinx (in my case 4.2.0):
This example was previously (3.5.4) working just fine:
.. http:get:: /test Some Text :query string sort: query parameter description
But with the newer Sphinx emits a warning (and thus breaks strict builds):
/home/hofmandl/sphinx-http/index.rst:5: WARNING: Problem in http domain: field is supposed to use role 'obj', but that role is not in the domain.
According to https://sphinxcontrib-httpdomain.readthedocs.io/en/stable/#resource-fields specifying a type is a perfectly valid usecase for the query-option.
When changing to :query sort: query parameter description the warning goes away.
:query sort: query parameter description
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I hit a problem in combination with newer sphinx (in my case 4.2.0):
This example was previously (3.5.4) working just fine:
But with the newer Sphinx emits a warning (and thus breaks strict builds):
According to https://sphinxcontrib-httpdomain.readthedocs.io/en/stable/#resource-fields specifying a type is a perfectly valid usecase for the query-option.
When changing to
:query sort: query parameter description
the warning goes away.The text was updated successfully, but these errors were encountered: