Skip to content

Commit

Permalink
cylc hub: document multi-user config post jupyter server v2 upgrade
Browse files Browse the repository at this point in the history
* Auto-spawning of other user's servers can now be configured.
* Jupyter Server security policy must be defined if Jupyter Lab
  or any other server extension is included in the deployment.
* Simplify some sections and expand on the new configurations.
  • Loading branch information
oliver-sanders committed Jul 14, 2023
1 parent 36d95f9 commit ff97709
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 123 deletions.
5 changes: 5 additions & 0 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
autosummary_imported_members = False

# Mapping to other Sphinx projects we want to import references from.
# NOTE: To work search available references, use:
# $ python -m sphinx.ext.intersphinx <url>/objects.inv | less
intersphinx_mapping = {
'rose': (
'http://metomi.github.io/rose/2.0.0/html', None
Expand All @@ -119,6 +121,9 @@
),
'jupyter_server': (
'https://jupyter-server.readthedocs.io/en/latest/', None
),
'jupyter_hub': (
'https://jupyterhub.readthedocs.io/en/stable/', None
)
}

Expand Down
Loading

0 comments on commit ff97709

Please sign in to comment.