Skip to content

Commit 0857f24

Browse files
committed
Fix docs build command
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent feab9fd commit 0857f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ bump:
125125

126126
docs:
127127
rm -rf docs/_build/
128-
@${ACTIVATE} sphinx-build docs/ docs/_build/
128+
@${ACTIVATE} sphinx-build docs/source docs/_build/
129129

130130
docker-images:
131131
@echo "-> Build Docker services"

0 commit comments

Comments
 (0)