From c0a2abdf62add4edcc2e71306cd01e486310a8a0 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 4 May 2024 13:18:12 -0500 Subject: [PATCH 1/2] Clean up read the docs config --- .readthedocs.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 10a2a19..4a373b5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -26,11 +26,3 @@ formats: [] # Install pyiron from conda conda: environment: .ci_support/environment-docs.yml - -# Optionally set the version of Python and requirements required to build your docs -python: - install: - - method: pip - path: . - extra_requirements: - - sphinx \ No newline at end of file From cc97f194169a8b7fe593b8a9f923bee01747328d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 4 May 2024 13:24:45 -0500 Subject: [PATCH 2/2] 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/"