Skip to content

Commit

Permalink
Updated conf.py and readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iSOLveIT committed Jun 9, 2023
1 parent 79585fd commit 20aa74a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -----------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 20aa74a

Please sign in to comment.