From 8c221ab10fa8725cf0bb149688c9b16f6a141f63 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 4 May 2024 13:17:21 -0500 Subject: [PATCH 1/2] Update .readthedocs.yml --- .readthedocs.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e08dac99..4a373b5f 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 From f00f3fb0d8fd66ea33c30c8555d6e3f637c05f83 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 4 May 2024 13:25:10 -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 4a373b5f..bee0cd7a 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/"