1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

.readthedocs.yml: Update requirements syntax as per v2

Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
This commit is contained in:
Shwetha K Acharya
2023-11-21 16:47:26 +05:30
parent c5b685565f
commit 58e71a418a

View File

@@ -5,4 +5,6 @@ build:
tools:
python: "3.11"
requirements: requirements.txt
python:
install:
- requirements: requirements.txt