On Wed, Aug 16, 2017 at 7:24 AM, Pavel Raiskup <praiskup(at)redhat(dot)com> wrote:
> Is there some work-around for this? We use python-sphinx-1.6.3.
$ cat ~/src/psycopg2/doc/requirements.txt
# Packages only needed to build the docs
Pygments>=1.5
Sphinx>=1.2,<=1.3
You can use the requirements file included in the `doc` directory and
build the docs in a virtualenv.
-- Daniele