From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 89C583858D26 for ; Tue, 8 Nov 2022 08:03:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 89C583858D26 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail 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 8819E22308; Tue, 8 Nov 2022 08:03:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1667894620; 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; bh=8WVfoHxZdvmPBzrmvAZolD9j0tl/3IibCzNXy9BNK80=; b=AxMDJg+9RT4E10ARYN8dUcr2mAFiIu4oVSddM+2M1oOD1RvqKg/KODaYndudMpbj3HdKkw oQedG2xLAGgj6f5QKNsLG3WSSnqyJn9EFr3q02C2le69NNtMmJm3WGTXWyeb4XZLT2yPSk J0EZUmoWlRarFF6XdJc6VdbYW69qeLw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1667894620; 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; bh=8WVfoHxZdvmPBzrmvAZolD9j0tl/3IibCzNXy9BNK80=; b=z55EEM+4EYjVZEMjANqm9KTL+EiMJ8h7fFkjhu62G3/aXENzU7ygC3bqtUQi5cCV22feIL 7Q6snYG1BwLYjnBA== 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 7435913398; Tue, 8 Nov 2022 08:03:40 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id UP1rG1wNamM6PQAAMHmgww (envelope-from ); Tue, 08 Nov 2022 08:03:40 +0000 Message-ID: <8a994638-ce56-f838-b8e7-4d3f01a316c6@suse.cz> Date: Tue, 8 Nov 2022 09:03:39 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Content-Language: en-US To: Overseers mailing list Cc: Mark Wielaard , "Frank Ch. Eigler" From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Subject: Server package installation - Sphinx Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi. Tomorrow, I'm planning migrating the GCC documentation to Sphinx and I would like to prepare for switching of the server-side documentation generation. That's currently done with maintainer-scripts/update_web_docs_git job that modifies HTML, PDF and other files we can see here: https://gcc.gnu.org/onlinedocs/. That's something I'll work on tomorrow. 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 Apart from that, I will need Texlive-related packages: python-sphinx-latex texlive-xindy Hope these will be available on a RHEL instance we have and pull required LaTeX sub-packages. Feel free to reach me out at IRC. Thanks, Martin