mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-04 05:02:14 +00:00
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)
14 lines
165 B
YAML
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
|