Skip to content

Commit cf908c7

Browse files
committed
Update conf.py to insert correct ads path when building api docs.
1 parent 4a540e7 commit cf908c7

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
@@ -9,7 +9,7 @@
99
# This causes documentation within the __init__ method to be pulled into the documentation properly
1010
autoclass_content = "both"
1111

12-
sys.path.insert(0, os.path.abspath("../../advanced-ds"))
12+
sys.path.insert(0, os.path.abspath("../../ads"))
1313

1414
# -- Project information -----------------------------------------------------
1515

0 commit comments

Comments
 (0)