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 4040# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4141# ones.
4242extensions = [
43- 'sphinx.ext.autodoc' ,
43+ 'sphinx.ext.autodoc' , # This seems need to be the first extension to load
4444 'sphinx.ext.githubpages' ,
45+ 'sphinx_paramlinks' ,
4546]
4647
4748# Add any paths that contain templates here, relative to this directory.
182183epub_exclude_files = ['search.html' ]
183184
184185
185- # -- Extension configuration -------------------------------------------------
186+ # -- Extension configuration -------------------------------------------------
Original file line number Diff line number Diff line change 11furo
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__(
300300 Client capability is implemented using "claims" parameter on the wire,
301301 for now.
302302 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> `_
304304 which you will later provide via one of the acquire-token request.
305305
306306 :param str azure_region:
You can’t perform that action at this time.
0 commit comments