source: trunk/.readthedocs.yaml

Last change on this file was c3e4cace, checked in by Florian Sesser <florian@…>, at 2025-01-23T19:31:03Z

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 4164(https://tahoe-lafs.org/trac/tahoe-lafs/ticket/4164)

  • Property mode set to 100644
File size: 165 bytes
Line 
1version: 2
2
3build:
4  os: ubuntu-22.04
5  tools:
6    python: "3.10"
7
8python:
9  install:
10  - requirements: docs/requirements.txt
11
12sphinx:
13  configuration: docs/conf.py
Note: See TracBrowser for help on using the repository browser.