From bc08eb81692ec5bbfb3daa15fe0361a37de9a883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Mon, 27 Nov 2023 17:03:06 +0100 Subject: [PATCH] Overwrite installation --- .readthedocs.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3e4be55b..00d0319d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,6 +9,10 @@ build: os: "ubuntu-22.04" tools: python: "mambaforge-22.9" + commands: + - pip install versioneer[toml]==0.29 + - pip install . --no-deps --no-build-isolation + - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html # Build documentation in the docs/ directory with Sphinx sphinx: @@ -19,10 +23,4 @@ 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: . \ No newline at end of file + environment: .ci_support/environment-docs.yml \ No newline at end of file