The `.readthedocs.yaml` file is now required. Besdies, we are not installing the Read the Docs Sphinx theme by default. Due to that, we need to manually install it via `requirements.txt`
11 lines
132 B
YAML
11 lines
132 B
YAML
version: "2"
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.10"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|