Verified Commit 7360de4e authored by Antoine Beaupré's avatar Antoine Beaupré
Browse files

make build reproducible by using local doc objects

see #877895
parent a49ac75d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ Maintainer: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper (>= 10)
             , dh-python
             , python3
             , python3-doc
             , python3-setuptools
             , python3-setuptools-scm
             , python3-sphinx
+2 −3
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ epub_exclude_files = ['search.html']

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
    'click': ('http://click.pocoo.org/', None),
    'jinja': ('http://jinja.pocoo.org/docs/', None),
    'python': ('https://docs.python.org/3/', None),
    'python': ('https://docs.python.org/3/',
               ('/usr/share/doc/python3-doc/html/objects.inv', None)),
}