From 32fb87010bda78d1cde336a9e540247e4fe930e8 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:40:25 +0100 Subject: [PATCH] DX: pin dependencies in RTD configuration Might fix this problem: https://readthedocs.org/projects/pwa/builds/22428104/ --- .readthedocs.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3db063bb..855501d1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,10 +8,12 @@ sphinx: formats: - htmlzip -python: - version: "3.8" - install: - - method: pip - path: . - extra_requirements: - - doc +build: + os: ubuntu-22.04 + tools: + python: "3.8" + apt_packages: + - graphviz + jobs: + post_install: + - pip install -e .[doc] -c .constraints/py3.8.txt