From cada19b4897d6f89eeda4b02dce38617f441debb Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Sun, 29 Oct 2023 16:55:44 +0100 Subject: [PATCH] Docs/readthedocs: install pymediainfo to make autodoc work Currently, we get: WARNING: autodoc: failed to import module 'pymediainfo'; the following exception was raised: No module named 'pymediainfo' --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a989987..fd1aa70 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,3 +23,5 @@ sphinx: python: install: - requirements: docs/requirements.txt + # Install pymediainfo itself to make autodoc work + - path: .