Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #15483
| From | Dmitry Shachnev <mitya57@debian.org> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Spinx help needed |
| Date | 2024-02-15 20:00 +0100 |
| Message-ID | <I7P7H-an40-7@gated-at.bofh.it> (permalink) |
| References | <I7EvD-agO7-1@gated-at.bofh.it> <I7FBn-ahqD-5@gated-at.bofh.it> <I7OuZ-amRo-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, Feb 15, 2024 at 07:15:18PM +0100, Andreas Tille wrote: > Hi Dmitry, > > thanks a lot for this hint. > > I've created a quilt patch which replaces the vendored theme by the > sphinx13 one which is currently shipped in Debian. The patches by > upstream seem to be void now - at least none applied to the current > version. > > Unfortunately this does not build as well - now with other errors > you can see in Salsa CI at > > https://salsa.debian.org/science-team/lmfit-py/-/jobs/5305535 > > Do you have any further hints? It looks like what you did was copying layout.html to basic_layout.html within lmfit-py's doc/sphinx/theme/sphinx13/ directory. But what I suggested was copying a file from *Sphinx* source package, sphinx/themes/basic/layout.html to doc/sphinx/theme/sphinx13/basic_layout.html in lmfit-py. With your change basic_layout.html tried to extend itself, which caused a recursion error. I pushed a fix and the build job succeeded now. build-i386 failed, but that one is not related to Sphinx. -- Dmitry Shachnev
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Spinx help needed Andreas Tille <andreas@an3as.eu> - 2024-02-15 08:40 +0100
Re: Spinx help needed c.buhtz@posteo.jp - 2024-02-15 09:20 +0100
Re: Spinx help needed Dmitry Shachnev <mitya57@debian.org> - 2024-02-15 09:50 +0100
Re: Spinx help needed Andreas Tille <andreas@an3as.eu> - 2024-02-15 19:20 +0100
Re: Spinx help needed Dmitry Shachnev <mitya57@debian.org> - 2024-02-15 20:00 +0100
Re: Spinx help needed Andreas Tille <andreas@an3as.eu> - 2024-02-15 20:10 +0100
csiph-web