mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
myst 0.19 changed intersphinx link syntax
This commit is contained in:
@@ -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
|
||||||
|
@@ -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`.
|
||||||
|
Reference in New Issue
Block a user