Skip to content

Commit d1cf928

Browse files
committed
fix(docs): Add intersphinx_mapping
This fixes any documentation links to the enumerated projects. Signed-off-by: Brian Harring <[email protected]>
1 parent fae9440 commit d1cf928

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,3 +324,10 @@
324324

325325
# If false, no index is generated.
326326
# epub_use_index = True
327+
328+
intersphinx_mapping = {
329+
"python": ("https://docs.python.org/3", None),
330+
}
331+
intersphinx_mapping.update(
332+
(x, (f"https://pkgcore.github.io/{x}", None)) for x in "pkgcheck pkgcore snakeoil".split()
333+
)

0 commit comments

Comments
 (0)