Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.6k stars 2.82k forks source link

Fix sphinx errors #38279

Closed xiangyan99 closed 6 hours ago

xiangyan99 commented 6 hours ago

e.g. azure-sdk-for-python/sdk/search/azure-search-documents/azure/search/documents/indexes/models/_models.py at 6264dab47096128cc01f78833e3b30f40d756e35 · Azure/azure-sdk-for-python

:raises: DeserializationError if something went wrong

should be

:raises DeserializationError: if something went wrong

Another one: azure-sdk-for-python/sdk/core/azure-core/azure/core/settings.py at main · Azure/azure-sdk-for-python

Should looks like:

:raises ValueError: if the message_body exceeds 160 characters :raises TypeError: if the message_body is not a basestring

xiangyan99 commented 6 hours ago

Closing the issue and use https://github.com/Azure/azure-sdk-for-python/issues/38280 to track.