myst 0.19 changed intersphinx link syntax

This commit is contained in:
Min RK
2023-03-01 11:00:45 +01:00
parent 6bd0bb4b4a
commit 5c6825f298
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
autodoc-traits autodoc-traits
jupyterhub-sphinx-theme jupyterhub-sphinx-theme
myst-parser myst-parser>=0.19
pre-commit pre-commit
pytablewriter>=0.56 pytablewriter>=0.56
ruamel.yaml ruamel.yaml

View File

@@ -44,7 +44,7 @@ Most of this is implemented in the {class}`~.HubOAuth` class. `jupyterhub.single
By default, `jupyter-server` uses its own cookie to authenticate. By default, `jupyter-server` uses its own cookie to authenticate.
If that cookie is not present, the server redirects you a login page and asks you to enter a password or token. If that cookie is not present, the server redirects you a login page and asks you to enter a password or token.
Jupyter Server 2.0 introduces two new _APIs_ for customizing authentication: The [IdentityProvider](jupyter-server:jupyter_server.auth.IdentityProvider) and the [Authorizer](jupyter-server:jupyter_server.auth.Authorizer). Jupyter Server 2.0 introduces two new _APIs_ for customizing authentication: the [IdentityProvider](inv:jupyter-server#jupyter_server.auth.IdentityProvider) and the [Authorizer](inv:jupyter-server#jupyter_server.auth.Authorizer).
More information can be found in the [Jupyter Server documentation](https://jupyter-server.readthedocs.io). More information can be found in the [Jupyter Server documentation](https://jupyter-server.readthedocs.io).
JupyterHub implements these APIs in `jupyterhub.singleuser.extension`. JupyterHub implements these APIs in `jupyterhub.singleuser.extension`.