1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Disabled intersphinx mapping for blender_api
The blender_api package does not yet exist,
and we can't link to the website version
Author: Jonathan Rubenstein <jrubcop@gmail.com>
Forwarded: not-needed
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -449,12 +449,7 @@
# -- Extension configuration -------------------------------------------------
-intersphinx_mapping = {
- "blender_api": (
- "https://docs.blender.org/api/{:s}/".format(blender_version),
- None,
- ),
-}
+intersphinx_mapping = {}
peertube_instance = "https://video.blender.org/"
# If true, `todo` and `todoList` produce output, else they produce nothing.
|