Skip to content

Commit d148d55

Browse files
committed
Merge branch 'doc-param-links' into dev
2 parents 867aa93 + 76785c4 commit d148d55

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4141
# ones.
4242
extensions = [
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.
@@ -182,4 +183,4 @@
182183
epub_exclude_files = ['search.html']
183184

184185

185-
# -- Extension configuration -------------------------------------------------
186+
# -- Extension configuration -------------------------------------------------

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
furo
2-
-r ../requirements.txt
2+
sphinx-paramlinks
3+
-r ../requirements.txt

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)