From 92b18d71996b4d16ea63f89f99685006db98e533 Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Thu, 8 Apr 2021 16:01:12 -0500
Subject: [PATCH] Fixed readthedocs package installation

---
 .readthedocs.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index cf1ad99..cd59a00 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -10,3 +10,5 @@ python:
   version: 3.8
   install:
     - requirements: doc/requirements.txt
+    - method: pip
+      path: .
-- 
GitLab