From 63dee8fe43043d60ed1c85aa88b652ef23979925 Mon Sep 17 00:00:00 2001 From: "changjun.zhu" Date: Thu, 30 Dec 2021 17:39:53 +0800 Subject: [PATCH] docs: update the formulation of python version in ".readthedocs.yaml" PR Closed: https://github.com/Graviti-AI/tensorbay-python-sdk/pull/1187 --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3a221d8fc..1494d8dd9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,11 +5,15 @@ --- version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.8" + sphinx: configuration: docs/source/conf.py python: - version: "3.8" install: - requirements: requirements_docs.txt - requirements: requirements.txt