mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
14 lines
215 B
YAML
14 lines
215 B
YAML
version: 2
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.9"
|
|
nodejs: "16"
|
|
python:
|
|
install:
|
|
# install notebook itself
|
|
- method: pip
|
|
path: ".[docs]"
|