From c91836b855725568dbf59b79fa73579b45addbe4 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 30 Jul 2023 11:19:08 -0500 Subject: [PATCH] Update link to notebook security (#370) --- docs/api.rst | 2 +- docs/conf.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 2e5493ec..31bf882c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -81,7 +81,7 @@ Notebook signatures This machinery is used by the notebook web application to record which notebooks are *trusted*, and may show dynamic output as soon as they're loaded. See -:ref:`notebook:notebook_security` for more information. +:ref:`server:server_security` for more information. .. autoclass:: NotebookNotary diff --git a/docs/conf.py b/docs/conf.py index e2b1b38b..2c91545c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -304,6 +304,7 @@ "jupyterclient": ("https://jupyter-client.readthedocs.io/en/stable", None), "nbconvert": ("https://nbconvert.readthedocs.org/en/stable", None), "notebook": ("https://jupyter-notebook.readthedocs.org/en/stable", None), + "server": ("https://jupyter-server.readthedocs.org/en/stable", None), }