mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
20 lines
222 B
YAML
20 lines
222 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.7
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
- requirements: docs/requirements.txt
|
|
|
|
|
|
formats:
|
|
- htmlzip
|
|
- epub
|