Skip to content

Commit ccae3ba

Browse files
committed
Change sphinx conf path for open-telemetry#37
1 parent 7e3f9a1 commit ccae3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
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('../opentelemetry-api/'))
15+
sys.path.insert(0, os.path.abspath('../opentelemetry-api/src/'))
1616

1717

1818
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)