Skip to content

Commit 0e258ad

Browse files
committed
Removed path manipulation
1 parent 0bd6c94 commit 0e258ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# add these directories to sys.path here. If the directory is relative to the
1717
# documentation root, use os.path.abspath to make it absolute, like shown here.
1818
#
19-
import os
20-
import sys
19+
# import os
20+
# import sys
21+
# sys.path.insert(0, os.path.abspath('.'))
2122
from datetime import datetime
22-
sys.path.insert(0, os.path.abspath('../../src'))
2323
import rfc3986
2424

2525

0 commit comments

Comments
 (0)