From 30f26195ebd208ef25bcc959f4807c275809f9f9 Mon Sep 17 00:00:00 2001 From: mane292 Date: Mon, 2 Feb 2026 18:42:35 -0500 Subject: [PATCH] Fixed build readthedocs --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 4c2aa92..c510ea6 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -15,7 +15,7 @@ build: - pip install --upgrade pip setuptools wheel post_install: # Verify installation - - python -c "import pyef; print(f'PyEF version: {pyef.__version__}')" + - python -c "import pyef; print('PyEF version:', pyef.__version__)" - pip list # Conda environment with documentation dependencies