From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B3C18385828E; Fri, 11 Nov 2022 23:49:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B3C18385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668210550; bh=Rjn1mk2Qt0pdy2XNMUMicTaK4+FfMxtwNIjFQm5Up/I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QXQHeqIF0dDsLfSQjujbKId4PMnNTc6cqUFKmNc/4XpTWs2FZdFNVo3ZHZucCSUDP hlsC0hqIWqDvxO7I9FNgtbRy5TCMyJU39u4nrA7ApmSd+Sh29YGsbrqlKD7x6o4qFi n9w7XFMVj8Mx7yz1w90TbGltGSYQfq9MITwawHIM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/107634] Very long filenames and URLs for sphinx-based docs Date: Fri, 11 Nov 2022 23:49:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: critical X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107634 --- Comment #4 from Andrew Pinski --- I came across a related issue here: Take: https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gccint/C_002b_002b-ABI.html The original section name was just C++-ABI but had a heading of C++ ABI parameters Now post sphinx, it is just C++ ABI parameters for both the section name and the heading: https://gcc.gnu.org/onlinedocs/gccint/target-macros/c%2B%2B-abi-parameters.= html The file name definitely could just be C++-abi here since we are in the tar= get macro section.=