documentation build failure with python sphinx 1.6.3

From: Pavel Raiskup <praiskup(at)redhat(dot)com>
To: psycopg <psycopg(at)postgresql(dot)org>
Subject: documentation build failure with python sphinx 1.6.3
Date: 2017-08-16 06:24:01
Message-ID: 2741387.dvL6Cb0VMB@nb.usersys.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Hi all,

with recent Fedora's sphinx packages, it seems to be a problem to build the
documentation in doc/ directory:

$ make
make_admonition

WARNING: couldn't import psycopg to read version.
WARNING: couldn't import psycopg to read version.
/usr/lib/python3.6/site-packages/sphinx/util/compat.py:40:
RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and
will be removed in Sphinx 1.7, please use docutils' instead.
RemovedInSphinx17Warning)

Extension error:
Could not import extension dbapi_extension (exception: cannot import name
'make_admonition')
/usr/lib/python3.6/site-packages/sphinx/util/compat.py:40:
RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and
will be removed in Sphinx 1.7, please use docutils' instead.
RemovedInSphinx17Warning)

Extension error:
Could not import extension dbapi_extension (exception: cannot import name
'make_admonition')

Is there some work-around for this? We use python-sphinx-1.6.3.

Pavel

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2017-08-16 11:20:08 Re: documentation build failure with python sphinx 1.6.3
Previous Message Karsten Hilbert 2017-08-11 13:33:27 Re: 2.7.2 still problem with readonly/autocommit, was: Changing set_session implementation