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