Skip to content

Commit

Permalink
Update link to notebook security (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 30, 2023
1 parent 4c265b7 commit c91836b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}


Expand Down

0 comments on commit c91836b

Please sign in to comment.