Skip to content

Commit

Permalink
33601: Fix Sphinx error for azure-maps-geolocation (#34875)
Browse files Browse the repository at this point in the history
* Fix Sphinx error

* Enforce strict checking during the Sphinx documentation build process
  • Loading branch information
Lakicar95 authored Mar 22, 2024
1 parent b8011c9 commit cab510b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class MapsGeolocationClient(AsyncMapsGeolocationClientBase):
The API version of the service to use for requests. It defaults to the latest service version.
Setting to an older version may result in reduced feature compatibility.
:paramtype api_version: str
.. admonition:: Example:
.. literalinclude:: ../samples/async_samples/sample_authentication_async.py
Expand Down
1 change: 1 addition & 0 deletions sdk/maps/azure-maps-geolocation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pyright = false
type_check_samples = false
verifytypes = false
ci_enabled = false
strict_sphinx = true

0 comments on commit cab510b

Please sign in to comment.