From c7034785058b15b2e700d1c8cb5f2eec796b6990 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Fri, 10 Feb 2023 18:10:59 -0500 Subject: [PATCH] Revert "correct rtd config" This reverts commit 75cce026e244c45ae92f50a3d0834d552fef0d0d. --- .readthedocs.yaml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2cf1ae6..a7213fe 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,15 +1,13 @@ version: 2 -build: - os: ubuntu-22.04 - tools: - python: "3.9" - - sphinx: - configuration: docs/conf.py - + configuration: docs/conf.py python: - install: - - requirements: docs/requirements_rtd.txt \ No newline at end of file + version: "3.9" + install: + - requirements: docs/requirements_rtd.txt + - method: pip + path: . + + system_packages: true \ No newline at end of file