Skip to content

Commit 5fd14fe

Browse files
author
Yalin Li
authored
Fix Sphinx on azure-storage-blob-changefeed (#35975)
1 parent 4356326 commit 5fd14fe

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

sdk/storage/azure-storage-blob-changefeed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ service = ChangeFeedClient(account_url="https://<my-storage-account-name>.blob.c
6767

6868
## Key concepts
6969

70-
#### Clients
70+
### Clients
7171

7272
The Blob ChangeFeed SDK provides one client:
7373
* ChangeFeedClient: this client allows you to get change feed events by page, get all change feed events, get events in a time range, start listing events with a continuation token.

sdk/storage/azure-storage-blob-changefeed/azure/storage/blob/changefeed/_change_feed_client.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ def from_connection_string(
9292
str or dict[str, str] or None
9393
:returns: A change feed client.
9494
:rtype: ~azure.storage.blob.changefeed.ChangeFeedClient
95-
96-
.. admonition:: Example:
97-
98-
.. literalinclude:: ../samples/blob_samples_authentication.py
99-
:start-after: [START auth_from_connection_string]
100-
:end-before: [END auth_from_connection_string]
101-
:language: python
102-
:dedent: 8
103-
:caption: Creating the BlobServiceClient using account_key as credential.
10495
"""
10596
account_url, secondary, credential = parse_connection_str(conn_str, credential, 'blob')
10697
if 'secondary_hostname' not in kwargs:

sdk/storage/azure-storage-blob-changefeed/pyproject.toml

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

0 commit comments

Comments
 (0)