From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 6C3AC3858D35 for ; Tue, 8 Nov 2022 11:19:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6C3AC3858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 75C4421F37; Tue, 8 Nov 2022 11:19:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1667906340; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WQMuPWUgR/KAysN4nRmbtAjYYw166hhG3GcJkGNJsWc=; b=qxaK01M1N5S3mRZfOumYkVm13EIsTswDCLTDHMTx/04sF+/IOfWxuFHjNsDCYkUWvdobPy c6pmPL5gBaotLnSSUcN+YNpXWnl3yfU+s/Y8vJfXip9j+JILJnEz02lZpSaAV9UGULbdRk bkVI+XFIv3s/+ZosjVpiWhpJT5hsoA4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1667906340; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WQMuPWUgR/KAysN4nRmbtAjYYw166hhG3GcJkGNJsWc=; b=l+V2e5W9N1p1a0dwc8IjVEyAGiUwiLRojuI325dKgmo0DVQeXMZOEVUmgkKxvz80VPGhtL xPUbfwZVimfok7Dg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 54F5E139F1; Tue, 8 Nov 2022 11:19:00 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id BlBtEyQ7amMbNQAAMHmgww (envelope-from ); Tue, 08 Nov 2022 11:19:00 +0000 Message-ID: Date: Tue, 8 Nov 2022 12:19:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: Server package installation - Sphinx Content-Language: en-US To: "Frank Ch. Eigler" , Overseers mailing list Cc: Mark Wielaard , "Frank Ch. Eigler" References: <8a994638-ce56-f838-b8e7-4d3f01a316c6@suse.cz> <20221108090037.GD20095@redhat.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <20221108090037.GD20095@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 11/8/22 10:00, Frank Ch. Eigler wrote: > Hi - > >> For now, I would need to update the existing env: >> $ /home/gccadmin/venv/bin/pip --upgrade sphinx >> and add Sphinx deps: >> $ /home/gccadmin/venv/bin/pip install furo sphinx-copybutton > > The gccadmin shared userid should be able to do all these things, > please reach out to those folks. > >> Apart from that, I will need Texlive-related packages: >> python-sphinx-latex >> texlive-xindy > > The former's installed. The latter does not appear available > on rhel8+epel8. Hello. Thanks, xindy won't be needed and Mark helped me with updating the venv. The PDF output seems fine. Cheers, Martin > > - FChE >