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/"