X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51A073850419 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1597048797; bh=30ftObBGJke4zStSmvG7a1jxI5oijLvycFxXfM2I38s=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=gsyfq745fVXQ7HxGH7mBNQ12bo9m/r56BkbPyglzGTdfqDFgobGlVpIc92OrX7c6O IKrAnen592+tVCWKr4z7vb6LQ7xHZsdthJAig0rW4uKhrLbHmgU29rGPkZfEDVfCrX ziTNQoJaEhmAVQVW/tcWEG+aBCgwFmm5cO5VjoXM= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AB4D83857C53 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DTIx01S64Nf6s0lzqGKojqBBse50rYKIuKHVyH5k8kg=; b=W7fkpe8TuuZ9xemvTXJed/gbhHMmenVcpmrNnU1Yf6YtttwGSlSgZngq4BQZe/lhTS PxQUD+4fcWkvfItUMYtgZ/fMpwJ6dsNT0VQfUZP5Y6zgq2jc62/OX3hCQPRKX7ExTht0 Jsl9vpb8PEO8TyV6VoaXp4bEk+a3QWVg8esqGCiLHyeztUczr75B32wDFgcu1+Ooe2Lf ghNIEAaQREI/woRhJZ3w1uyFizXIM20+5KvySgAQf8vf8A5Lx8uP//owHqSA+dRtrcsr SUybk0daABzYBaG1C3eZsJhSGhgqJRHZNfbGu9Y1+8d64ttMo+mxpTAVc+7Ksp+p7WYE mxyA== X-Gm-Message-State: AOAM531614pNd5DbPwGpBjT3buTOrHGKSjuaBbbcl/JC3sOXgzU1iPPh qA/kT7UiBsrtbnMiXDEu4vMPXaujTPdVHZ6r+i8= X-Google-Smtp-Source: ABdhPJydiBjIdm1lReTp1TumMMD75Ruu+v4VxKwQ5gi7zgRetr8YeYGIQUgt3DRIp6+z9XDqZW20/JLcRU99fOK2/ao= X-Received: by 2002:aca:4996:: with SMTP id w144mr11758oia.119.1597048793967; Mon, 10 Aug 2020 01:39:53 -0700 (PDT) MIME-Version: 1.0 References: <0b776916-a68d-56c4-0b2f-306413f21587 AT gmail DOT com> <9e1409df-2f7a-34b1-370c-cea9cc24406f AT gmail DOT com> <5feee671-d580-5cdd-3d0f-06587690b108 AT gmail DOT com> In-Reply-To: <5feee671-d580-5cdd-3d0f-06587690b108@gmail.com> Date: Mon, 10 Aug 2020 10:39:40 +0200 Message-ID: Subject: Re: Missing 'sphinx-build' command from python37-sphinx package To: Marco Atzeri X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Xavier Delaruelle via Cygwin Reply-To: Xavier Delaruelle Cc: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 07A8ePwj020908 Can you update the requirements of python*-sphinx packages to make these new packages automatically installed when python*-sphinx is installed ? (as they seem required to build any sphinx documentation) Regards, Xavier Le lun. 10 août 2020 à 10:11, Marco Atzeri a écrit : > On 10.08.2020 09:16, Marco Atzeri wrote: > > On 10.08.2020 06:58, Xavier Delaruelle wrote: > >> Hi Marco, > >> > >> I have been able to test new packages and now I am hitting another > issue: > >> > >> Extension error: > >> Could not import extension sphinx.builders.epub3 (exception: No module > >> named 'sphinxcontrib.serializinghtml') > >> > >> The full log is available at [1]. > >> > >> My software documentation does not rely on any extension (see [2]), so > >> I assume this is missing extension is something required when you want > >> to build the HTML documentation. > >> > >> My last build that went fine was 4 days ago. It used python37-sphinx > >> 1.8.5-1 (logs available at [3]). > >> > >> Regards, > >> Xavier > >> > > > > Hi Xavier, > > it seems some problem of how they modified the > > python-sphinx 3.1.2 > > > > I hit the same problem than you on rebuilding cmake > > and I am building and adding new contrib packages > > > > python3x-sphinxcontrib-applehelp 1.0.2-1 > > python3x-sphinxcontrib-devhelp 1.0.2-1 > > python3x-sphinxcontrib-htmlhelp 1.0.3-1 > > python3x-sphinxcontrib-serializinghtml 1.1.4-1 > > python3x-sphinxcontrib-websupport 1.2.3-1 > > > > I wonder if it is a side effect of not having yet ported > > python3x-sphinx-notfound-page > > > > as soon cmake documentation complete, I will upload all the > > new contrib packages > > > > Regards > > Marco > > > > after adding also > python3x-sphinxcontrib-qthelp 1.0.3-1 > > I was able to build cmake documentation > > let me know if you need any other sphinxcontrib-** > package > > > Regards > Marco > > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple