From de02746ab644c47bcebf6a91b57c794ea4241b2f Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Sat, 3 Apr 2021 22:24:09 -0500 Subject: [PATCH] Updated readthedocs config --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 71f228c97b..11fee59ab7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,13 @@ version: 2 sphinx: configuration: hpvm/docs/conf.py +submodules: + include: all python: version: 3.6 install: - requirements: hpvm/docs/requirements.txt + - method: pip + path: hpvm/projects/hpvm-profiler + - method: pip + path: hpvm/projects/predtuner -- GitLab