mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
docs: adjust docs to reflect jupyterlab as default
This commit is contained in:
26
docs/conf.py
26
docs/conf.py
@@ -74,6 +74,32 @@ myst_enable_extensions = [
|
||||
"fieldlist",
|
||||
]
|
||||
|
||||
|
||||
# -- Options for intersphinx extension ---------------------------------------
|
||||
# ref: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#configuration
|
||||
#
|
||||
# The extension makes us able to link like to other projects like below.
|
||||
#
|
||||
# rST - :external:py:class:`jupyterhub.spawner.Spawner`
|
||||
# MyST - {external:py:class}`jupyterhub.spawner.Spawner`
|
||||
#
|
||||
# rST - :external:py:attribute:`jupyterhub.spawner.Spawner.default_url`
|
||||
# MyST - {external:py:attribute}`jupyterhub.spawner.Spawner.default_url`
|
||||
#
|
||||
# To see what we can link to, do the following where "objects.inv" is appended
|
||||
# to the sphinx based website:
|
||||
#
|
||||
# python -m sphinx.ext.intersphinx https://jupyterhub.readthedocs.io/en/stable/objects.inv
|
||||
#
|
||||
intersphinx_mapping = {
|
||||
"jupyterhub": ("https://jupyterhub.readthedocs.io/en/stable/", None),
|
||||
}
|
||||
|
||||
# intersphinx_disabled_reftypes set based on recommendation in
|
||||
# https://docs.readthedocs.io/en/stable/guides/intersphinx.html#using-intersphinx
|
||||
intersphinx_disabled_reftypes = ["*"]
|
||||
|
||||
|
||||
# -- Options for linkcheck builder -------------------------------------------
|
||||
# ref: https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user