Skip to content

How to get full verbose output?Β #12719

@dimaqq

Description

@dimaqq

Describe the bug

When I run sphinx-build -vvvv ... I get output like this:

[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'Mapping'>>, <#
[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'str'>>, <#text
[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'str'>>, <#text
[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'int'>>, <#text
[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'float'>>, <#te
[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'bool'>>, <#tex
[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'None'>>, <#tex
[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'Iterable'>>, <
[app] emitting event: 'missing-reference'(<sphinx.environment.BuildEnvironment object at 0x10261bb30>, <pending_xref: <#text: 'str'>>, <#text

All the debug lines appear to be truncated to 141 characters.

I can't see the end of the event, and because of that, the output is not very useful.

I've tried messing out with environment, like COLUMNS and TERM; redirecting stdin/out/err, and nothing seems to help.

My terminal is more than wide enough; I couldn't find the limit in the source code. What can I do?

How to Reproduce

sphinx-build -vvvv -W --keep-going docs/ docs/_build/html

Environment Information

Sphinx 6.2.1, sorry πŸ˜”

Sphinx extensions

a bunch of them, sorry πŸ˜”

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions