mirror of https://github.com/pyodide/pyodide.git
22 lines
343 B
YAML
22 lines
343 B
YAML
# .readthedocs.yml
|
|
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
# Required
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: all
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements-doc.txt
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.9"
|
|
nodejs: "14"
|