diff --git a/config.json b/config.json
index 4f6d305..1dc7e94 100644
--- a/config.json
+++ b/config.json
@@ -1402,6 +1402,7 @@
             }
         },
         "indexing" : {
+            "NEEDREPOS": ["yocto-docs"],
             "step1" : {
                 "shortname" : "Generate non-release index",
                 "EXTRACMDS" : ["${SCRIPTSDIR}/generate-testresult-index.py ${BASE_SHAREDDIR}/pub/non-release/"]
diff --git a/scripts/release-parser.py b/scripts/release-parser.py
index 21a6d57..ef25289 100755
--- a/scripts/release-parser.py
+++ b/scripts/release-parser.py
@@ -10,7 +10,7 @@ from collections import defaultdict
 import datetime
 import semver
 
-GIT_REPO = "~/git/mirror/poky"
+GIT_REPO = "~/git/mirror/yocto-docs"
 
 repo = Repo(GIT_REPO)
 
