Add missing required configuration values for RTD
ReadTheDocs recent update broke the builds with missing required values in configuration. The build log is available here https://readthedocs.org/projects/fedora-arc/builds/22265217/ Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
6aab8dc90e
commit
b0776e6da0
1 changed files with 5 additions and 0 deletions
|
@ -12,3 +12,8 @@ sphinx:
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.12"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue