diff --git a/readthedocs.yml b/readthedocs.yml index cd810583..de9a41d2 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,6 +3,8 @@ version: 2 python: version: 3.6 + install: + - requirements: docs/requirements.txt mkdocs: - configuration: mkdocs.yml + configuration: mkdocs.yml \ No newline at end of file