From a7248759dc16b2513c13fd03da68fcb3d16cfce0 Mon Sep 17 00:00:00 2001 From: Marek Date: Wed, 15 Nov 2023 19:32:44 +0100 Subject: [PATCH] add readthedocs configuration file --- .readthedocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d1f6d3b..2ab5d3c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,12 +8,10 @@ build: os: ubuntu-22.04 tools: python: "3.11" - apt_packages: - - graphviz python: install: - - requirements: docs/requirements.txt + - requirements: documentation/requirements.txt - method: pip path: . extra_requirements: