From 29a877ce35d150a7d978efa2eb12647fd85e5c42 Mon Sep 17 00:00:00 2001 From: Sasank Chilamkurthy Date: Wed, 19 Aug 2020 16:54:56 +0530 Subject: [PATCH] requirements for docs --- readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index bda2e6c..4636dc7 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -2,6 +2,11 @@ version: 2 formats: all +python: + version: 3.7 + install: + - requirements: docs/requirements.txt + # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py