From c0230335c1a22f61a8ab800aa87f691d087b6067 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 22 Nov 2023 22:29:36 +0100 Subject: [PATCH] Removed requirements from .readthedocs.yaml, can we remove this file without readthedocs being sad? --- .readthedocs.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e3fae00..02e90da9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,14 +4,6 @@ version: 2 -python: - install: - - requirements: docs/requirements.txt - - method: pip - path: . - extra_requirements: - - docs - sphinx: builder: html configuration: docs/conf.py