From 731d1a45415fc086e7fa442f54b43de583a09cb8 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Tue, 16 Apr 2024 08:28:14 +0200 Subject: [PATCH] Fix Read the Docs --- .readthedocs.yml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a34d643..6cf291b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,19 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + version: 2 build: - os: ubuntu-22.04 - tools: - python: "3.11" - commands: - - pip install -U pip - - pip install -U -r docs/requirements.txt - - make docs - - mv docs/_build $READTHEDOCS_OUTPUT + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: .