Skip to content

Commit dc7ebb9

Browse files
author
Yalin Li
authored
[AppConfig] Enable to run sphinx in pipeline (#35079)
1 parent d51635b commit dc7ebb9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sdk/appconfiguration/azure-appconfiguration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the client library for App Configuration to create and manage application co
1818

1919
Install the Azure App Configuration client library for Python with pip:
2020

21-
```commandline
21+
```
2222
pip install azure-appconfiguration
2323
```
2424

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[tool.azure-sdk-build]
22
pyright = false
3+
strict_sphinx = true

sdk/appconfiguration/azure-appconfiguration/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ az appconfig create --name <config-store-name> --resource-group <resource-group-
2424

2525
Install the Azure App Configuration client library for Python with pip:
2626

27-
```commandline
27+
```
2828
pip install azure-appconfiguration
2929
```
3030

0 commit comments

Comments
 (0)