Unverified Commit c40906d8 authored by Antoine Kaufmann's avatar Antoine Kaufmann Committed by GitHub
Browse files

docs: add requirements.txt to .readthedocs.yaml

Apparently if the config file exists, the requirements file won't be read by default.
parent 873a1dcc
...@@ -2,3 +2,7 @@ version: 2 ...@@ -2,3 +2,7 @@ version: 2
submodules: submodules:
exclude: all exclude: all
python:
install:
- requirements: docs/requirements.txt
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment