From 5c6825f29882105a835d600f95dfe2d9a27a6e8a Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 1 Mar 2023 11:00:45 +0100 Subject: [PATCH] myst 0.19 changed intersphinx link syntax --- docs/requirements.txt | 2 +- docs/source/explanation/singleuser.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7af20d13..54683842 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ autodoc-traits jupyterhub-sphinx-theme -myst-parser +myst-parser>=0.19 pre-commit pytablewriter>=0.56 ruamel.yaml diff --git a/docs/source/explanation/singleuser.md b/docs/source/explanation/singleuser.md index a18dfed3..3c7337d4 100644 --- a/docs/source/explanation/singleuser.md +++ b/docs/source/explanation/singleuser.md @@ -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. 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). JupyterHub implements these APIs in `jupyterhub.singleuser.extension`.