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