From 395f078e9e2c1f297ee57c55f03e7f6bfb64fc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 9 May 2022 11:55:40 +0200 Subject: [PATCH] changed installation order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .readthedocs.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 841753b..d1a6b51 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,38 +3,17 @@ # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 -#build: -# image: latest -#python: -# version: 3.9 -# pip_install: true - - -# Required version: 2 -# Set the version of Python and other tools you might need + build: os: ubuntu-20.04 tools: python: "3.9" - # You can also specify other tool versions: - # nodejs: "16" - # rust: "1.55" - # golang: "1.17" -# Build documentation in the docs/ directory with Sphinx -#sphinx: -# configuration: docs/root/source/conf.py - -# If using Sphinx, optionally build your docs in additional formats such as PDF -# formats: -# - pdf - -# Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/root/requirements.txt - method: setuptools path: . + - requirements: docs/root/requirements.txt