From 20aa74adec4582fe4e9263b0d9b740d69428ba2b Mon Sep 17 00:00:00 2001 From: Randy Duodu Date: Fri, 9 Jun 2023 16:49:15 +0000 Subject: [PATCH] Updated conf.py and readthedocs.yml --- docs/conf.py | 2 +- readthedocs.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a6599e7..ad1c14a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ import sys # sys.path.insert(0, os.path.abspath('C:\Users\sacchi_r\Documents\GitHub\coarse\coarse')) -sys.path.insert(0, os.path.abspath("..")) +sys.path.append(os.path.abspath("..")) # -- Project information ----------------------------------------------------- diff --git a/readthedocs.yml b/readthedocs.yml index eef4c6c..a39b16f 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -18,4 +18,7 @@ sphinx: # Set the requirements required to build your docs python: install: + - requirements: requirements.txt + - method: pip + path: . - requirements: docs/docs_requirements.txt