From 52cb02d9a435e8e869584a7a061a65c31beb1907 Mon Sep 17 00:00:00 2001 From: Miguel Ballesteros Date: Wed, 6 Nov 2024 14:55:59 -0500 Subject: [PATCH] Attempt 004 fixing build readthedocs yaml file --- .readthedocs.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 663d430..546c6dc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,10 +2,8 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required version: 2 -# Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: @@ -18,18 +16,9 @@ formats: - pdf - epub -# Build documentation in the docs/ directory with Sphinx -# sphinx: -# configuration: docs/source/conf.py - -# Optionally build your docs in additional formats such as PDF -# formats: -# - pdf - -# Optionally set the version of Python and requirements required to build your docs python: install: - requirements: docs/requirements.txt -# - method: pip -# path: . + - method: pip + path: .