Skip to content

Commit 5e411c8

Browse files
committed
Adding .. to sys.path.
1 parent 88e99fb commit 5e411c8

File tree

6 files changed

+1
-4
lines changed

6 files changed

+1
-4
lines changed

docs/_build/doctrees/core.doctree

4 Bytes
Binary file not shown.
-15 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

-18 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99
import sys
1010

11-
sys.path.insert(0, os.path.abspath("../.."))
11+
sys.path.insert(0, os.path.abspath(".."))
1212

1313
project = "Extraction Methods"
1414
copyright = "2025, Rhys Evans"

extraction_methods/core/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# encoding: utf-8
2-
"""
3-
"""
41
__author__ = "Richard Smith"
52
__date__ = "27 May 2021"
63
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"

0 commit comments

Comments
 (0)