From d1685ad8f7cf6f0c243402b836d259ca335210fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anais=20M=C3=B6ller?= Date: Wed, 15 Jan 2025 18:13:40 +1100 Subject: [PATCH] Update readthedocs.yml requirements --- readthedocs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 1d5cd31..bdfb165 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -7,12 +7,10 @@ build: python: install: - - method: pip - path: . - - requirements: requirements.txt # Adjust the path if your requirements are elsewhere + - requirements: requirements.txt # If you have a requirements.txt file for dependencies - extra_requirements: - tests - docs sphinx: - configuration: docs/conf.py # Specify the path to your Sphinx configuration file + configuration: docs/conf.py # Replace with the path to your Sphinx conf.py