From 057f4753e1aca004177d449df86f3f353ea20d81 Mon Sep 17 00:00:00 2001 From: nghia-vo Date: Tue, 21 Nov 2023 10:51:22 -0500 Subject: [PATCH] Update ..docs.ymal --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2872b2a..14db2ea 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -8,6 +13,5 @@ sphinx: formats: all python: - version: 3.7 install: - requirements: docs/envs/requirements-doc.txt