From 608353d33aee7d9faedf05ce5d3a553d3cdc9816 Mon Sep 17 00:00:00 2001 From: Peter Schafhalter Date: Wed, 6 Apr 2022 19:11:19 +0200 Subject: [PATCH] Fix ReadTheDocs configuration --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c6930bff..b438fa3a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,6 @@ build: python: install: - - requirements: python/docs/requirements-doc.txt + - requirements: python/doc/requirements-doc.txt - method: pip path: python