From e71a06a3ec59ba3ffa61e7a33bf0f737bbfc9799 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Tue, 29 Aug 2017 20:07:50 -0700 Subject: [PATCH] sconstruct: build dev docs for content recognition framework introduced with NVDA 2017.3. (#7524) --- sconstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sconstruct b/sconstruct index 31266490f8d..e34c62e579e 100755 --- a/sconstruct +++ b/sconstruct @@ -1,6 +1,6 @@ ### #This file is a part of the NVDA project. -#URL: http://www.nvaccess.org/ +#URL: https://www.nvaccess.org/ #Copyright 2010-2017 NV Access Limited. #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License version 2.0, as published by @@ -372,7 +372,7 @@ devDocs_nvda = env.Command(devDocsOutputDir.Dir("nvda"), None, [[ "--quiet", "--html", "--include-log", "--no-frames", "--name", "NVDA", "--url", "http://www.nvaccess.org/", "*.py", "appModules", "brailleDisplayDrivers", r"comInterfaces\__init__.py", - "config", "globalPlugins", "gui", "mathPres", "NVDAObjects", + "config", "contentRecog", "globalPlugins", "gui", "mathPres", "NVDAObjects", "synthDrivers", "textInfos", "virtualBuffers", ]])