Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #9470
| From | Dmitry Shachnev <mitya57@debian.org> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Heads up about file name changes |
| Date | 2017-04-06 18:50 +0200 |
| Message-ID | <ttiLE-3md-37@gated-at.bofh.it> (permalink) |
| References | <tt0c1-7u2-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Barry! On Wed, Apr 05, 2017 at 04:53:54PM -0400, Barry Warsaw wrote: > So far, I've seen this problem in python-babel and python-pika. In both > packages, d/rules tries to remove redundant files. In babel's case it's > license.txt[1] and in pika's case it's version_history.txt (same path > pattern). In both cases, these d/rules commands fail because the files now > end in .rst.txt, not .txt. > > The fixes are easy of course, but this will probably affect many packages in > DPMT so I wanted to give a heads up. Thanks for this heads up! This is a change in Sphinx 1.5, added in https://github.com/sphinx-doc/sphinx/pull/2454. Sphinx now uses the original file name + sourcelink_suffix (.txt by default) for files in _sources directory. Another effect of the same change is that the projects with custom Sphinx themes and templates now need to add SOURCELINK_SUFFIX option to DOCUMENTATION_OPTIONS JS object, otherwise the search will not work (like it is done in https://github.com/rtfd/sphinx_rtd_theme/commit/a5e0e304). Sphinx 1.5 will be in experimental until the freeze ends, so we still have time to file and/or fix the bugs. -- Dmitry Shachnev
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Heads up about file name changes Barry Warsaw <barry@debian.org> - 2017-04-05 23:00 +0200 Re: Heads up about file name changes Dmitry Shachnev <mitya57@debian.org> - 2017-04-06 18:50 +0200
csiph-web