Skip to content

Commit cada19b

Browse files
committed
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'
1 parent 3664638 commit cada19b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ sphinx:
2323
python:
2424
install:
2525
- requirements: docs/requirements.txt
26+
# Install pymediainfo itself to make autodoc work
27+
- path: .

0 commit comments

Comments
 (0)