File: local_inventory.patch

package info (click to toggle)
python-musicpd 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 332 kB
  • sloc: python: 613; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Use local copies of objects.inv for building documentation.
Author: Geoffroy Youri Berret <efrim@azylum.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -436,7 +436,7 @@
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None}
 
 # autodoc config
 autodoc_member_order = 'bysource'