notebook/.readthedocs.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
215 B
YAML
Raw Permalink Normal View History

2022-11-19 14:09:38 -06:00
version: 2
sphinx:
configuration: docs/source/conf.py
2022-11-19 14:17:40 -06:00
build:
os: ubuntu-20.04
tools:
python: "3.9"
nodejs: "16"
python:
2022-11-19 14:09:38 -06:00
install:
# install notebook itself
- method: pip
path: ".[docs]"