Skip to content

Commit d30277b

Browse files
authored
Merge pull request #78 from equinor/readthedocs
test
2 parents e398fc8 + a669395 commit d30277b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
python:
1010
version: "3.8"
1111
install:
12-
- requirements: requirements/requirements_docs.txt
12+
- requirements: requirements_docs.txt
1313
- method: setuptools
1414
path: .
1515
system_packages: true

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414
import sys
1515

16-
sys.path.insert(0, os.path.abspath('../..'))
16+
sys.path.insert(0, os.path.abspath('../src/'))
1717

1818

1919
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)