Processed: Re: Bug#896485: FTBFS with sphinx 1.7.2: exception: cannot import name 'Directive'

2018-05-03 Thread Debian Bug Tracking System
Processing control commands: > tags -1 +patch Bug #896485 {Done: Ondrej Novy } [src:alembic] FTBFS with sphinx 1.7.2: exception: cannot import name 'Directive' Added tag(s) patch. -- 896485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896485 Debian Bug Tracking System

Bug#896485: FTBFS with sphinx 1.7.2: exception: cannot import name 'Directive'

2018-05-03 Thread Stuart Prescott
Control: tags -1 +patch Attached is a patch that fixes this FTBFS; the offending import is no longer needed and so just deleting the line is enough to solve the bug. (This is fixed in a similar fashion upstream along with a few other changes to numpydoc.) cheers Stuart -- Stuart Prescott

Bug#896485: FTBFS with sphinx 1.7.2: exception: cannot import name 'Directive'

2018-04-21 Thread Chris Lamb
Hi, > Could not import extension changelog (exception: cannot import name > 'Directive') According to the release notes of Sphinx 1.6 [0]: sphinx.util.compat.Directive class is now deprecated. Please use instead docutils.parsers.rst.Directive [0]