From b941bce964e2fe45d1eb1db9993991971a3ade1b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 12 Feb 2018 11:16:05 +0545 Subject: [PATCH] docs: sphinx-autobuild default target. --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index aec458ea..6b218559 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,9 @@ # Makefile for Sphinx documentation # +default: + sphinx-autobuild . _build/html/ + # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build