Skip to content

Support of incremental builds? #380

Open
@arwedus

Description

@arwedus

I have a sphinx project with ~ 600 python files, and use autoapi to parse them.
On every build, AutoAPI spends around 1 minute in the reading phase, even though not a single file has changed.

What I'd hope for is that the reading of documents can be skipped if the cached data is newer than all files that AutoAPI has to parse.

Is this a known issue, or is this feature not yet available? Could this possibly work?

/edit: I was able to remove something else that seems to have caused sphinx incremental build to be compromised. Now AutoAPI reads through the documents, but much faster. So does it actually already check for every python file if it needs to be re-read?

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