From adfcf96ab6812bf24f6e38cac4a63ab9681aed71 Mon Sep 17 00:00:00 2001 From: Lukas Ruppert Date: Wed, 22 Jan 2025 16:13:24 +0100 Subject: [PATCH] disable project compilation on read-the-docs build. --- .readthedocs.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5bd329a..a017fa2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,15 +8,7 @@ build: python: install: - requirements: docs/requirements.txt - # Install our python package before building the docs - - method: pip - path: . sphinx: configuration: docs/source/conf.py fail_on_warning: true - - -formats: - - pdf - - epub