Skip to content

Commit 381efc7

Browse files
[DOCUMENTATION] tweaks to sphinx build html by default
1 parent 86ef61a commit 381efc7

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
@@ -59,7 +59,7 @@ PHONY: must_be_root cleanup
5959

6060
build:
6161
$(QUIET)$(ECHO) "No need to build. Try make -f Makefile install"
62-
$(QUIET)$(MAKE) -s -C ./docs/ -f Makefile text 2>/dev/null || true
62+
$(QUIET)$(MAKE) -s -C ./docs/ -f Makefile html 2>/dev/null || true
6363

6464
init:
6565
$(QUIET)$(ECHO) "$@: Done."

0 commit comments

Comments
 (0)