From c3e4cace2f23bd4c54798ae8a44f681a3b3aaf6b Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Thu, 23 Jan 2025 19:31:03 +0000 Subject: [PATCH] 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) --- .readthedocs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 665b53178..d7a8f9fdc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,5 +6,8 @@ build: python: "3.10" python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt + +sphinx: + configuration: docs/conf.py