Files
the-littlest-jupyterhub/.readthedocs.yaml

18 lines
365 B
YAML
Raw Permalink Normal View History

2021-10-17 04:17:13 +02:00
# 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
2022-11-28 09:33:51 +01:00
#
2021-10-17 04:17:13 +02:00
version: 2
sphinx:
configuration: docs/conf.py
2022-11-28 09:33:51 +01:00
build:
os: ubuntu-22.04
tools:
python: "3.11"
2021-10-17 04:17:13 +02:00
python:
install:
- requirements: docs/requirements.txt