--- a/debian/patches/reproducible-documentation.patch 2021-10-19 14:29:58.545257259 +0100 --- b/debian/patches/reproducible-documentation.patch 2021-10-19 14:30:24.053348504 +0100 @@ -3,8 +3,6 @@ Forwarded: not-needed Author: Tomasz Rybak Last-Update: 2021-10-16 -Index: pytools-2021.2.8/doc/conf.py -=================================================================== --- pytools-2021.2.8.orig/doc/conf.py +++ pytools-2021.2.8/doc/conf.py @@ -1,9 +1,86 @@ @@ -20,7 +18,7 @@ + +html_show_sourcelink = True + -+project = _basename(_dirname(_dirname(__file__))) ++project = "pytools" + +autoclass_content = "class" + --- a/doc/conf.py 2021-10-19 14:29:58.545257259 +0100 --- b/doc/conf.py 2021-10-19 14:31:11.949512864 +0100 @@ -6,7 +6,7 @@ html_show_sourcelink = True -project = _basename(_dirname(_dirname(__file__))) +project = "pytools" autoclass_content = "class"