File: 0001-intersphinx-distro-provided.patch

package info (click to toggle)
ansible-runner 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: python: 9,896; makefile: 19
file content (15 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use distro provided inventory files for intersphinx
Forwarded: not-needed
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Last-Update: 2021-11-16
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -174,7 +174,7 @@
 # -- Options for intersphinx extension ---------------------------------------
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}
 
 # -- Options for todo extension ----------------------------------------------