Code Review
/
releng
/
docs-conf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ff966b2
)
Chore: Add mapping entry for pipelines
42/69842/1
v0.7.8
author
Eric Ball
<eball@linuxfoundation.org>
Wed, 9 Mar 2022 23:38:18 +0000
(15:38 -0800)
committer
Eric Ball
<eball@linuxfoundation.org>
Wed, 9 Mar 2022 23:38:18 +0000
(15:38 -0800)
Issue: RELENG-4151
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I7f97e6c53b802b457008fd1b8754a58a76ac19c1
docs_conf/conf.py
patch
|
blob
|
history
diff --git
a/docs_conf/conf.py
b/docs_conf/conf.py
index
a2a7f2c
..
27b755c
100644
(file)
--- a/
docs_conf/conf.py
+++ b/
docs_conf/conf.py
@@
-133,5
+133,9
@@
intersphinx_mapping = {
"https://docs.releng.linuxfoundation.org/projects/lftools/en/latest/",
None,
),
+ "pipelines": (
+ "https://docs.releng.linuxfoundation.org/projects/pipelines/en/latest/",
+ None,
+ ),
"python": ("https://docs.python.org/3", None),
}