mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-03 12:56:58 +00:00
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)
This commit is contained in:
parent
fc030da8df
commit
c3e4cace2f
@ -6,5 +6,8 @@ build:
|
||||
python: "3.10"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user