Daniel Jakots <vigdis+o...@chown.me> writes:

> On Sat, 12 Dec 2015 20:23:36 +0100, Jasper Lievisse Adriaanse
> <jas...@openbsd.org> wrote:
>
>> On Thu, Dec 10, 2015 at 09:48:41PM +0100, Daniel Jakots wrote:
>> > Hi,
>> > 
>> > Yet another python port who didn't receive any love for some time.
>> > 
>> > make test:
>> > before
>> > py2: == 3 failed, 404 passed, 11 skipped in 2.71 seconds ==
>> > py3: == 3 failed, 405 passed, 10 skipped in 2.48 seconds ==
>> > after
>> > py2: == 1 failed, 421 passed, 11 skipped in 5.09 seconds ==
>> > py3: == 3 failed, 420 passed, 10 skipped in 6.02 seconds ==
>> > 
>> > I only tested the new version on i386
>> > py2: == 1 failed, 421 passed, 11 skipped in 34.76 seconds ==
>> > 
>> > depends:
>> > py-flask runs regression test ok
>> > security/letsencrypt/py-acme same as before
>> > 
>> > Cheers,
>> > Daniel  
>> I don't know if this was the case before, but the build reaches out:
>> 
>> sphinx-build -b html -d _build/doctrees   . _build/html
>> Making output directory...
>> Running Sphinx v1.2.3
>> loading pickled environment... not yet created
>> loading intersphinx inventory from
>> http://docs.python.org/dev/objects.inv... loading intersphinx
>> inventory from http://www.sqlalchemy.org/docs/05/objects.inv...
>> 
>> Could you please address this?
>
> I could reproduce the issue both with and without the update. Though
> AFAICU the problem is with textproc/py-sphinx not py-werkzeug.
>
> I tried to update py-sphinx to see if it would be better but it needs
> alabaster (https://pypi.python.org/pypi/alabaster) first.
>
> CC'ing py-sphinx maintainer in case he can have a look :)

Committed, with a supplementary patch to disable intersphinx:

$OpenBSD: patch-docs_conf_py,v 1.1 2015/12/23 19:43:17 jca Exp $
--- docs/conf.py.orig   Thu Nov 12 10:23:01 2015
+++ docs/conf.py        Wed Dec 23 20:32:59 2015
@@ -27,7 +27,7 @@ sys.path.append(os.path.abspath('_themes'))
 
 # Add any Sphinx extension module names here, as strings. They can be 
extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
+extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.doctest', 'werkzeugext']
 
 # Add any paths that contain templates here, relative to this directory.


Thanks,
-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to