Path: csiph.com!weretis.net!feeder8.news.weretis.net!fu-berlin.de!bofh.it!news.nic.it!robomod From: Dmitry Shachnev Newsgroups: linux.debian.maint.python Subject: Re: Spinx help needed Date: Thu, 15 Feb 2024 20:00:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Thu Feb 15 18:55:27 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-8.174 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, RCVD_IN_SBL_CSS=3.335, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-lf1-f44.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -5.5 X-Gm-Message-State: AOJu0YzcazApKYroRTJLdZOQ8O87LEhEU/2jcfTaeNFU55Dm/zphHFGh nw80Oq00q+7LR9VZRRfjWRocV3DVHok+Mh1dBX4TeCiUSteC+fKAwu6+M2VF X-Google-SMTP-Source: AGHT+IELqn7+1AVloi7yubFWNQDjbjQKgs7YuTYFGCeartliSY4nyKgcKO9lqiHBJa5NXZ4UXBk78w== X-Received: by 2002:a05:6512:10d4:b0:511:a02e:2019 with SMTP id k20-20020a05651210d400b00511a02e2019mr2614744lfg.9.1708023302619; Thu, 15 Feb 2024 10:55:02 -0800 (PST) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TSCUC6YgD23/TlpP" Content-Disposition: inline X-Mailing-List: archive/latest/21456 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/Zc5d_3tiSGxXneu1@mitya57.me Approved: robomod@news.nic.it Lines: 59 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python@lists.debian.org X-Original-Date: Thu, 15 Feb 2024 21:54:55 +0300 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.maint.python:15483 --TSCUC6YgD23/TlpP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --TSCUC6YgD23/TlpP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmXOXfsACgkQsmYUtFL0 RrZ9TxAAichLGrkLChvxPWR5WLXpqheiMhO9SseVEF5WlUQMS8nUj8NMcHtXpW8d INbTZl5JDFlyDHR/3BcXe063mTeVStaTX74lk5j/9vUEtU+hh0qw0YRqxLQ6JN+y 9tJYFxT14U8gV3+rdD8uA4jw+8agN8VP/EmE2xcHNdFTzyETL5ZoM1SCzNtKeSO1 QFN4Fkb2TaL8i1bBY2uGIxyoVLzomRKpYok0lDdmTvT1OLScIZFHNPrvENYx/+qz GZ+WJN5bwMxZdliYI+VRFGBOSjpGlBRhkWczv97So3VubU6oaNLxxcukFQrq/yBU WyHMuE9DoC+aUx2hWsyKxHj/6PXV3w/t9wZus9lBOoCJ8YBL7mu+kzbt/cfmQawp cehL257L5ujmT4UQ6XF9Y8CERZ63kwq0I77rTWSc89DCh//VS05YuuMW/CUiBUAp c0svmBA6WOWvORC97TAomuCLyPPgJbiErGB/E88e9yCTS3RBKWrWOwA3eA5KFlwC mZxho0DSeyEfu2czLcxj1QkDNK07R7TADvewvJVcTDSTIi1q3J4fDhTtM2CbV2Fv mG9qR2Nu4L0pF06g/xZOxkCt+VtBgP7LfcIWSUTr0Fvux9WVeWF6kZ8nU2Hjv29w jXJ2o6/bP32qrds3O6y0Et9HZ0+WxRus9bbAE6J2BGTamPckEQ4= =9Lls -----END PGP SIGNATURE----- --TSCUC6YgD23/TlpP--