Good Afternoon, Forgive me if this is overstepping my boundary. Mailing list says posting is allowed by all.
> Warning, treated as error: > I can confirm that the missing file does not exist inside the source Based on the message received, it seems as though the warning is interpreted as an error during runtime. I believe because it is treated the warning is treated as an error, it would cause a failure to build. In some code for Sphinx in 2014, Prjemian@github answers an issue for a similar problem, solving it by including the line- numpydoc_show_class_members = False -which seems to solve the issue. Resources: ~~~~ https://github.com/tomopy/tomopy/issues/16 https://github.com/tomopy/tomopy/commit/6ced7a6562b7411259f5b472b4c2d9f2f7856bdf Silence the warning before the next release: http://stackoverflow.com/questions/12206334/sphinx-autosummary-toctree-contains-reference-to-nonexisting-document-warnings Patrick Hastings System Administrator Certified Retail Solutions (M) 603.793.4309 | 603.239.3294 | Certified Retail Solutions.com | Take a Video Tour Patrick Hastings System Administrator Certified Retail Solutions (M) 603.793.4309 | 603.239.3294 | Certified Retail Solutions.com | Take a Video Tour -----Original Message----- From: Micha Lenk [mailto:[email protected]] Sent: Friday, April 21, 2017 4:02 PM To: Ximin Luo <[email protected]>; Andreas Tille <[email protected]> Cc: Debian Python Modules Team <[email protected]>; Sandro Tosi <[email protected]>; [email protected] Subject: Re: Backporting matplotlib and its dependencies Hi Ximin, Am 21.04.2017 um 09:24 schrieb Ximin Luo: > I'm not sure why it's failing, I thought maybe you need to backport sphinx > but it's already backported. The existence of a backport doesn't mean that it is automatically being used when building a backport of another package. Do the build dependencies reflect the fact that the newer sphinx package is needed? Regards, Micha _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

