Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qu9eY-00GeoT-Mm for pgadmin-hackers@arkaria.postgresql.org; Sat, 21 Oct 2023 10:56:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qu9eV-00HNHn-D4 for pgadmin-hackers@arkaria.postgresql.org; Sat, 21 Oct 2023 10:56:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qu9eV-00HNHf-46 for pgadmin-hackers@lists.postgresql.org; Sat, 21 Oct 2023 10:56:19 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qu9eO-001sur-0p for pgadmin-hackers@lists.postgresql.org; Sat, 21 Oct 2023 10:56:18 +0000 Received: from github.com (hubbernetes-node-b3a77db.ash1-iad.github.net [10.56.150.35]) by smtp.github.com (Postfix) with ESMTPA id 588DA100421 for ; Sat, 21 Oct 2023 03:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697885769; bh=dHJUkHeNuQo5wV8f6ajggUqXv7bgZeRvkFy/iXFwrto=; h=Date:From:To:Subject:From; b=DI0CtoVwiSWjzpsHprVCDYYxf0rMlJ0bWm5lHRVesykV+KZhgUsUJGI6cb16LaQqA JLjexdTlGFDJgavcAQwv5bBkzA/F1uH3lecBgYueySrB96Brlqr/cVr9o/4FYET3sw lb5GgB3j1JmnN+nKGU5M4LVll7ZRQWtSuXJCbdw4= Date: Sat, 21 Oct 2023 03:56:09 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] fe753b: Fix doc build failure Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: fe753bd2728c94906014843488ea97a0e88a2109 https://github.com/pgadmin-org/pgadmin4/commit/fe753bd2728c94906014843488ea97a0e88a2109 Author: Aditya Toshniwal Date: 2023-10-21 (Sat, 21 Oct 2023) Changed paths: M docs/en_US/release_notes.rst Log Message: ----------- Fix doc build failure