From c05880080cac9d40839584f707e695d1067b88b1 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Tue, 2 Nov 2021 21:33:18 -0400 Subject: [PATCH] readthedocs makes me want to kashoot myself --- .readthedocs.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 24b7bde..6f94416 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,9 @@ version: 2 -build: - os: "ubuntu-20.04" - tools: - python: "3.8" \ No newline at end of file +sphinx: + configuration: docs/conf.py + +python: + version: 3.8 + install: + - requirements: docs/requirements_rtd.txt \ No newline at end of file