Bug#955056: workaround Re: snakemake: FTBFS with Sphinx 2.4: AttributeError: 'member_descriptor' object has no attribute 'expandtabs'

2020-04-08 Thread Rebecca N. Palmer
An upstream comment says common.py:lazy_property is the problem item, and excluding that from the documentation does make Sphinx succeed (I haven't tested a whole build): --- snakemake-5.10.0.orig/docs/conf.py +++ snakemake-5.10.0/docs/conf.py @@ -107,6 +107,8 @@ pygments_style = 'sphinx' #

Bug#955056:

2020-04-05 Thread Andreas Tille
Control: forwarded -1 https://github.com/snakemake/snakemake/issues/296 Control: tags -1 upstream

Bug#955056:

2020-04-05 Thread Vladimir Jendrol
Issue in source repository: https://github.com/snakemake/snakemake/issues/296

Bug#955056: snakemake: FTBFS with Sphinx 2.4: AttributeError: 'member_descriptor' object has no attribute 'expandtabs'

2020-03-27 Thread Lucas Nussbaum
Source: snakemake Version: 5.10.0-2 Severity: important Tags: ftbfs User: python-modules-t...@lists.alioth.debian.org Usertags: sphinx2.4 Hi, snakemake fails to build with Sphinx 2.4, currently available in experimental. Relevant part (hopefully): > make[1]: Entering directory '/<>' >