Skip to content

Commit 99f75f8

Browse files
committed
Remove superannotate dep
1 parent 050b642 commit 99f75f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
superannotate

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
import os
1414
import sys
15-
sys.path.insert(0, os.path.abspath('../../superannotate/'))
15+
sys.path.insert(0, os.path.abspath('../..'))
1616

1717
import superannotate
1818

0 commit comments

Comments
 (0)