Skip to content

Commit c77bc5a

Browse files
committed
fix doc build
1 parent 54b216f commit c77bc5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ sphinx:
2121

2222
# Optionally build your docs in additional formats such as PDF and ePub
2323
formats:
24-
- pdf
24+
- pdf

doc/source/conf.py

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

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

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

0 commit comments

Comments
 (0)