Skip to content

Commit fb1d5a8

Browse files
cmarqupradyunsg
andauthored
Update src/templates/conf.template.py
Co-authored-by: Pradyun Gedam <[email protected]>
1 parent 51bd3af commit fb1d5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/conf.template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
html_title = "{{ theme.display }}"
1515

16-
sys.path.insert(0, os.path.abspath("../../sample-docs/kitchen-sink/"))
16+
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "kitchen-sink"))
1717

1818
extensions = [
1919
"sphinx.ext.autodoc",

0 commit comments

Comments
 (0)