From 3a62f6b87d8d62755a17ecb3a4684cd089ca13be Mon Sep 17 00:00:00 2001 From: Niklas Siemer <70580458+niklassiemer@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:37:44 +0200 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5cd4f83c6..cf20a64f1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,20 +5,21 @@ # Required version: 2 +build: + os: "ubuntu-20.04" + tools: + python: "mambaforge-4.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py -# Optionally build your docs in additional formats such as PDF and ePub -formats: [] - # Install pyiron from conda conda: environment: docs/environment.yml # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - method: pip path: .