Clean up docs issues
The Sphinx build produces a number of warnings and errors. Some are
rightfully ignored, but many need to be fixed. These are mostly
unindexed pages and misformatted references.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I9d7a116dc87083ad2dcab20e31cd479364f298cd
diff --git a/conf.py b/conf.py
index 19ee0bb..13415f7 100644
--- a/conf.py
+++ b/conf.py
@@ -289,7 +289,8 @@
"vol-ger": ("https://gerrit.opencord.org/plugins/gitiles/%s", "gerrit::%s"),
"vol-git": ("https://github.com/opencord/%s", "git::%s"),
# https://mvnrepository
- "mvn-cord": ("http://mvnrepository.com/artifact/org.opencord/%s", "mvn::%s"),
+ "mvn-cord": ("https://mvnrepository.com/artifact/org.opencord/%s", "mvn::%s"),
+ "vol-docker": ("https://hub.docker.com/r/voltha/%s", "%s"),
}
# -- Options for inlining a constant value -----------------------------------