mirror of https://github.com/pyodide/pyodide.git
24 lines
382 B
YAML
24 lines
382 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:
|
|
- htmlzip
|
|
# we can't build epub / pdf
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements-doc.txt
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.12"
|
|
nodejs: "20"
|