Skip to content

Commit bcbd9f4

Browse files
committed
Fix docs
1 parent 0ecaca4 commit bcbd9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Insert the project root dir as the first element in the PYTHONPATH.
2828
# This lets us ensure that the source package is imported, and that its
2929
# version is used.
30-
sys.path.insert(0, project_root)
30+
sys.path.insert(0, os.path.join(project_root, 'src'))
3131

3232
from django.conf import settings # noqa
3333
settings.configure()

0 commit comments

Comments
 (0)