X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFB03386EC47 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1597047074; bh=ewaQ8FGy75fhgkIccQPa9nrqh/S/dO+gvwFjKkZgPKI=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=uVB65VRC4NjGytEJcP22iA2tDnp+b8mI3R7jg8QO0O8uD/3tasuJ+4do4njjwBJam 7/8Ut3/tmBX8NFrkH8D+yhlYhI8uPLcbwI32n5IWRq0csr58EQR9QmKdeeEfUrqsYb kItNQqJfG5PV0UzOYgWc8DGX0xlajPnOSoFDlc6c= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6B233384BC11 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=1XPigaMyWchfVBZ2ijpJoeviCZ0Mcn69IPrgzD4VC18=; b=L7p+g2z9IVgFad1ei9tr7zhoLxvEji6dt2Lcik8KjNB78VMn1wWd+de/X26TGYNL2m jhPtN6Fjb0HIvQmrqYInYKQLSj6o+fcIcTBmEcFlKlH9k+x6AOp+YHamNswZ+0vlMmxH gHrWGyTjzpY7u/Uvj0wEcO4kATKrYhJSbOS/ho1Or4sfciag83urGnGoOZKc0LfXujEA VEZvuzo7mZL0ss5XB1WxHgxDnaBgDuXINuX7A2PbONnAmWNIurm0VZIqzHIVsKOgUKWk /l7Ymy+LysoCBxXtKBFO2hJ61bgQ4XLPQJQV/HMmTSxZGpJu9d3hTZ5oonkOveOSB64L PIQQ== X-Gm-Message-State: AOAM533czx1+3yJMDHvz/MCMwg7P2D9hzcR265N68B+SfmGTcqaJsmod R9zs0co+HeHsZvnFaRkQ7heg07IAU1Q= X-Google-Smtp-Source: ABdhPJzNH+XkZus2w0HQq+LoQQqThd9PCs64Xo/TCOxBBAlJpV621leOb9bLMkT204q+u0tAxaZsbA== X-Received: by 2002:adf:d84f:: with SMTP id k15mr22459657wrl.176.1597047069327; Mon, 10 Aug 2020 01:11:09 -0700 (PDT) Subject: Re: Missing 'sphinx-build' command from python37-sphinx package To: Xavier Delaruelle References: <0b776916-a68d-56c4-0b2f-306413f21587 AT gmail DOT com> <9e1409df-2f7a-34b1-370c-cea9cc24406f AT gmail DOT com> Message-ID: <5feee671-d580-5cdd-3d0f-06587690b108@gmail.com> Date: Mon, 10 Aug 2020 10:11:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <9e1409df-2f7a-34b1-370c-cea9cc24406f@gmail.com> Content-Language: it X-Spam-Status: No, score=0.9 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Cc: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 07A8BeZ5016380 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