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