yamllint/.readthedocs.yaml
Adrien Vergé f66855bf2d build: Restore official Read the Docs theme
https://yamllint.readthedocs.io/en/v1.34.0/ was rendered differently
than previous versions, very probably due to change of commit ca7f8b9
"Migrate to use .readthedocs.yaml for docs generation".

Let's restore the `sphinx_rtd_theme` theme.
2024-02-06 15:54:53 +01:00

12 lines
168 B
YAML

---
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt