mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 13:13:19 +08:00
* Copy of recommded readthedocs configuration file v2 * [ci skip] It is now requirements (not requirements_file)
16 lines
223 B
YAML
16 lines
223 B
YAML
# https://blog.readthedocs.com/migrate-configuration-v2/
|
|
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|