From 111bc5c1483e936a59091aa1f19fe9f252d537fa Mon Sep 17 00:00:00 2001 From: mane292 Date: Mon, 2 Feb 2026 21:27:34 -0500 Subject: [PATCH] fixed string error with pyef version --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index c510ea6..aa43b68 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('PyEF version:', pyef.__version__)" + - python -c "import pyef; print(pyef.__version__)" - pip list # Conda environment with documentation dependencies