Skip to content

Commit 429a205

Browse files
fixed autodoc ?
1 parent 9a569de commit 429a205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import sphinx_rtd_theme
1515
import os
1616
import sys
17-
sys.path.insert(0, os.path.abspath('../../display_server_interactions'))
17+
sys.path.insert(0, os.path.abspath('../..'))
1818

1919

2020
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)