File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 40
40
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
41
41
# ones.
42
42
extensions = [
43
- 'sphinx.ext.autodoc' ,
43
+ 'sphinx.ext.autodoc' , # This seems need to be the first extension to load
44
44
'sphinx.ext.githubpages' ,
45
+ 'sphinx_paramlinks' ,
45
46
]
46
47
47
48
# Add any paths that contain templates here, relative to this directory.
182
183
epub_exclude_files = ['search.html' ]
183
184
184
185
185
- # -- Extension configuration -------------------------------------------------
186
+ # -- Extension configuration -------------------------------------------------
Original file line number Diff line number Diff line change 1
1
furo
2
- -r ../requirements.txt
2
+ sphinx-paramlinks
3
+ -r ../requirements.txt
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ def __init__(
300
300
Client capability is implemented using "claims" parameter on the wire,
301
301
for now.
302
302
MSAL will combine them into
303
- `claims parameter <https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter`_
303
+ `claims parameter <https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter> `_
304
304
which you will later provide via one of the acquire-token request.
305
305
306
306
:param str azure_region:
You can’t perform that action at this time.
0 commit comments