Skip to content

Commit 51bd3af

Browse files
committed
Fix sys.path for importing all_in_one_restructuredtext
1 parent 05c61a3 commit 51bd3af

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.abspath("../../sample-docs/kitchen-sink/"))
1717

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

0 commit comments

Comments
 (0)