mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
18 lines
365 B
YAML
18 lines
365 B
YAML
# Configuration on how ReadTheDocs (RTD) builds our documentation
|
|
# ref: https://readthedocs.org/projects/the-littlest-jupyterhub/
|
|
# ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
|
|
#
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|