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 Normal View History

2022-11-20 04:09:38 +08:00
version: 2
sphinx:
configuration: docs/source/conf.py
2022-11-20 04:17:40 +08:00
build:
2023-05-07 01:45:41 +08:00
os: ubuntu-22.04
2022-11-20 04:17:40 +08:00
tools:
python: '3.9'
nodejs: '16'
python:
2022-11-20 04:09:38 +08:00
install:
# install notebook itself
- method: pip
path: '.[docs]'