Skip to content

Commit a1d066c

Browse files
cmarqupradyunsg
andcommitted
Update src/templates/conf.template.py
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
1 parent 8e878b1 commit a1d066c

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)