Skip to content

Commit f7828f1

Browse files
committed
When building the web docs, use the modified template.
1 parent 5fbd0b8 commit f7828f1

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
@@ -46,7 +46,7 @@ docs:
4646
.PHONY: web-docs
4747
web-docs:
4848
rm -rf docs/.generated
49-
sphinx-build -W -b html -D html_theme='cloud' docs docs/.web-build/
49+
sphinx-build -W -b html -D html_theme='cloud' -D templates_path='_templates' docs docs/.web-build/
5050

5151
.PHONY: style
5252
style:

0 commit comments

Comments
 (0)