Hi,

On Wed, Sep 12, 2018 at 06:08:56PM +0300, Adrian Bunk wrote:
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/flask.html
>
> ...
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx/config.py", line 161, in 
> __init__
>     execfile_(filename, config)
>   File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 150, in 
> execfile_
>     exec_(code, _globals)
>   File "conf.py", line 7, in <module>
>     from pallets_sphinx_themes import DocVersion, ProjectLink, get_version
> ImportError: cannot import name 'DocVersion'

This is caused not by sphinx update, but by python-pallets-sphinx-themes.

In this commit DocVersion import has been removed from __init__.py:
https://github.com/pallets/pallets-sphinx-themes/commit/ddc96f76d61238af

It now needs to be explicitly imported from pallets_sphinx_themes.versions.

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature

Reply via email to