tahoe-lafs/.readthedocs.yaml
Florian Sesser c3e4cace2f Fix Read the Docs config
Building ReadTheDocs without explicitly pointing to the configuration to use
has been deprecated in order to make builds more explicit and predictable:
https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/

Fixes [ticket: 4164](https://tahoe-lafs.org/trac/tahoe-lafs/ticket/4164)
2025-01-23 19:31:03 +00:00

14 lines
165 B
YAML

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