This is a landing page for the JupyterHub Project.
It is accessible at hub.jupyter.org
.
Its goal is:
- To provide a high level overview of the project and its technical + social structure
- To point readers to other documentation and places to interact with the team
This is a GitHub Pages site that is being built with the action in .github/workflows
.
We added a CNAME
to the jupyter.org
DNS entries following these github instructions.
It is built with Sphinx and the JupyterHub Sphinx Theme.
Follow these steps:
-
Install
nox
:pip install nox
-
Build the site with
nox
:nox -s docs
Or with a server that lets you preview pages and auto-update with changes:
nox -s docs -- live
-
Install dependencies:
pip install -r requirements.txt
-
Build with Sphinx:
sphinx-build docs docs/_build/dirhtml -b dirhtml