From 8d92ab2d37be8facf6288bc3c940ed28073b13d1 Mon Sep 17 00:00:00 2001 From: Owen Colegrove Date: Sun, 17 Dec 2023 19:09:21 +0000 Subject: [PATCH] remove broken pdf build --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 868563c..2f1cb44 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,10 +12,10 @@ sphinx: configuration: docs/source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF -formats: - - pdf +# formats: +# - pdf # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/requirements-docs.txt \ No newline at end of file + - requirements: docs/requirements-docs.txt