From cc97f194169a8b7fe593b8a9f923bee01747328d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 4 May 2024 13:24:45 -0500 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4a373b5..bee0cd7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,6 +12,8 @@ build: jobs: pre_build: # Generate the Sphinx configuration for this Jupyter Book so it builds. + - pip install versioneer[toml]==0.29 + - pip install . --no-deps --no-build-isolation - "cp README.md docs" - "cp notebooks/*.ipynb docs" - "jupyter-book config sphinx docs/"