Skip to content

Commit 4783116

Browse files
birkenfeldbenjaminp
authored andcommitted
Use new stable-html target for quick builds (#3)
1 parent 8cdc7c1 commit 4783116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def build_one(checkout, target, isdev, quick):
7373
logging.info("Updating checkout")
7474
shell_out("hg pull -u")
7575

76-
maketarget = "autobuild-" + ("html" if quick else ("dev" if isdev else "stable"))
76+
maketarget = "autobuild-" + ("dev" if isdev else "stable") + ("-html" if quick else "")
7777
logging.info("Running make %s", maketarget)
7878
logname = os.path.basename(checkout) + ".log"
7979
shell_out("cd Doc; make SPHINXBUILD=%s %s >> /var/log/docsbuild/%s 2>&1" %

0 commit comments

Comments
 (0)