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:
2023-05-06 12:45:41 -05:00
os: ubuntu-22.04
2022-11-19 14:17:40 -06:00
tools:
python: '3.9'
nodejs: '16'
python:
2022-11-19 14:09:38 -06:00
install:
# install notebook itself
- method: pip
path: '.[docs]'