2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-04-06 13:50:29 +08:00
notebook/.readthedocs.yaml
2023-05-06 12:45:41 -05:00

14 lines
215 B
YAML

version: 2
sphinx:
configuration: docs/source/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.9"
nodejs: "16"
python:
install:
# install notebook itself
- method: pip
path: ".[docs]"