Skip to content

Building documentation on Debian: warnings and failure #306

@lopippo

Description

@lopippo

Greetings,

I would like to build pymzML for the Debian python3-pymzml package, but when following the build.command recipe, this is what I get:

% make html:

reading sources... [100%] suppl_material
../README.rst:4: WARNING: Duplicate explicit target name: "here".
/home/rusconi/devel/python-pymzml/tarballs/pymzml-repack-2.5.2/pymzml/plot.py:docstring of pymzml.plot.Factory.add:6: ERROR: Unexpected indentation.
/home/rusconi/devel/python-pymzml/tarballs/pymzml-repack-2.5.2/pymzml/plot.py:docstring of pymzml.plot.Factory.add:15: ERROR: Unexpected indentation.

This warning is not serious because the documentation is built fine.

Then when doing

% make latexpdf

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
processing pymzML.tex... index intro quick_start modules pymzml_run pymzml_spec pymzml_utils plot file_handlers obo pymzml_regex_patterns examples index_gzip custom_fileclass example_scripts suppl_material
resolving references...
failed

Extension error:
convert exited with error:
[stderr]
b'convert convert: Unable to read font (/usr/share/fonts/type1/gsfonts/n019003l.pfb) [No such file or directory].\n'
[stdout]

I was wondering if that font file was required or if some config bit could change it. That font file does not belong in any font package in Debian, which makes things a bit complex... Does that font choice depend on your doc code or is it encoded by sphinx (or by who knows)?

Thank you for listening :-)

Filippo

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocuIssues related to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions