Description
The Warning: admonition in Python docstrings is not being rendered as a warning box on the documentation website.
Example
In SqlStorageClient class docstring, there is a warning:
Warning:
This is an experimental feature. The behavior and interface may change in future versions.
This warning block is present in the source code but does not appear as a rendered warning admonition in the API reference documentation.
Source code
Rendered page
