Skip to content

doctr with lots of files in docs #324

Description

@thequackdaddy

So we sucessfully set up doctr to generate the documentation for statsmodels. Cool tool, I like it.

However, statsmodels generates lots, and lots, and lots of files for itss docs.

It looks like doctr is taking about 20 minutes to cycle through the git add file here:

doctr/doctr/travis.py

Lines 477 to 482 in 5067c1e

DOCTR_COMMAND = ' '.join(map(shlex.quote, sys.argv))
for f in added:
run(['git', 'add', f])
for f in removed:
run(['git', 'rm', f])

Any ideas how to speed this up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions