Skip to content

Commit cab510b

Browse files
authored
33601: Fix Sphinx error for azure-maps-geolocation (#34875)
* Fix Sphinx error * Enforce strict checking during the Sphinx documentation build process
1 parent b8011c9 commit cab510b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk/maps/azure-maps-geolocation/azure/maps/geolocation/aio/_geolocation_client_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class MapsGeolocationClient(AsyncMapsGeolocationClientBase):
2929
The API version of the service to use for requests. It defaults to the latest service version.
3030
Setting to an older version may result in reduced feature compatibility.
3131
:paramtype api_version: str
32+
3233
.. admonition:: Example:
3334
3435
.. literalinclude:: ../samples/async_samples/sample_authentication_async.py

sdk/maps/azure-maps-geolocation/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pyright = false
33
type_check_samples = false
44
verifytypes = false
55
ci_enabled = false
6+
strict_sphinx = true

0 commit comments

Comments
 (0)