From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id E1B993858D32 for ; Tue, 26 Jul 2022 04:47:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E1B993858D32 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-out2.suse.de (Postfix) with ESMTPS id 9F9F01F38A; Tue, 26 Jul 2022 04:47:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1658810844; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d5bjjwR7wsn5XsS16HvqSMEdYcIVPZd+4iT0kLkJuwA=; b=ErdkppgINpDKifTZT/y2Y+wtjad6g8rudqMNDL4fR1bL0af2je4TcJHi7r/1VvNljOssph IkO7I1KRYqd5NatZd190l/CaXQv1cqrwALX7Xjc/FFDjhYTnEN2i75griro74Lx2xjqWcJ HeUFp3951JKA5nGNQjcao9Tm8hGJOCU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1658810844; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d5bjjwR7wsn5XsS16HvqSMEdYcIVPZd+4iT0kLkJuwA=; b=RRH64+/Fk9qvxdHDR8oh/m6z4QzK0PoLL6XMAZvvJx5gO3uLm5YooPfE/64c2jT8JqSUZ3 sSlNrOOIcvb+kgAw== 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 8E72013A7C; Tue, 26 Jul 2022 04:47:24 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id yR3VIdxx32KjMAAAMHmgww (envelope-from ); Tue, 26 Jul 2022 04:47:24 +0000 Message-ID: <0bea9003-a3a6-2dc3-3230-6ca51c0fe994@suse.cz> Date: Tue, 26 Jul 2022 06:47:23 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 1/7] jit,docs: use enum directive for enumeral types Content-Language: en-US To: David Malcolm , gcc-patches@gcc.gnu.org References: <19033b481059d9e603d837a5671da541a9cc742f.1658754788.git.mliska@suse.cz> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, 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 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2022 04:47:27 -0000 On 7/26/22 00:35, David Malcolm wrote: > On Mon, 2022-07-25 at 10:52 +0200, Martin Liska wrote: >> gcc/jit/ChangeLog: >> >>         * docs/conf.py: Add needs_sphinx = '3.0' where c:type was >> added. > > Looking at the footer of https://gcc.gnu.org/onlinedocs/jit/index.html > I see we currently only have sphinx 1.7.6 installed. Yep. > > Have you been talking with the gcc.gnu.org admins about bumping this > requirement? Yes, working on that right now: https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598771.html Thanks, Martin > > Otherwise the patch looks OK > > Dave >