pyodide/.readthedocs.yml

20 lines
330 B
YAML
Raw Normal View History

# .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
python:
install:
- requirements: docs/requirements-doc.txt
2022-01-27 08:03:50 +00:00
build:
os: ubuntu-20.04
tools:
python: "3.12"
2023-09-30 23:41:02 +00:00
nodejs: "20"