Skip to content

WARNING: the ablog extension does not declare if it is safe for parallel reading #264

@felixhummel

Description

@felixhummel

Describe the bug

Running sphinx-build with multiple jobs results in the following warning:

WARNING: the ablog extension does not declare if it is safe for parallel reading, assuming it isn't - please ask the extension author to check and make it explicit
WARNING: doing serial read

I don't know if ablog supports parallel reading.

If so, a simple change to the extension metadata should suffice.

To Reproduce

sphinx-build -j4 -b html -d _build/doctrees . _build/html

Screenshots

No response

System Details

No response

Installation method

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions