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
The issue is that collections.abc use single quotes in their docstrings and for some reason this completely breaks sphinx and puts the docstring into type hint field like:
@iscai-msft tested this and found that if we override the docstrings in MyMutableMapping and use double-quotes we can fix this in the docs.
The text was updated successfully, but these errors were encountered:
Right now we're getting the docstrings from collections.abc: https://github.com/python/cpython/blob/2e7577b622616ef5ff2d1460fb5bebf845f0edf3/Lib/_collections_abc.py#L919
The issue is that collections.abc use single quotes in their docstrings and for some reason this completely breaks sphinx and puts the docstring into type hint field like:
@iscai-msft tested this and found that if we override the docstrings in MyMutableMapping and use double-quotes we can fix this in the docs.
The text was updated successfully, but these errors were encountered: