Skip to content

Commit a20bc87

Browse files
committed
try fix docs build
1 parent c77bc5a commit a20bc87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
import shutil
77
import django
88

9-
sys.path.append(str(Path(__file__).parent.parent.parent / 'tests'))
10-
sys.path.append(str(Path(__file__).parent.parent.parent / 'examples'))
9+
sys.path.append(str(Path(__file__).parent.parent.parent))
1110
sys.path.append(str(Path(__file__).parent / 'ext'))
1211

1312
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'tests.settings.base')

0 commit comments

Comments
 (0)