mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
Migrate to readthedocs configuration file v2¶ (#4789)
* Copy of recommded readthedocs configuration file v2 * [ci skip] It is now requirements (not requirements_file)
This commit is contained in:
parent
9039e6ac42
commit
add281a2da
@ -1,3 +1,15 @@
|
|||||||
|
# https://blog.readthedocs.com/migrate-configuration-v2/
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3
|
install:
|
||||||
requirements_file: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user