notebook/.readthedocs.yaml
Steven Silvester 14fce8c9e4
Adopt sp-repo-review (#7039)
* adopt sp-repo-review

* adopt sp-repo-review

* fix typing

* fix typing

* undo redundant formatting

* undo markdown changes

* formatting
2023-09-12 14:38:29 +02: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]'