File: 0005-blender_api-intersphinx.patch

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (22 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
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.