Skip to content

Dependency file error reported when trying to build the documentation locally #402

@hagenw

Description

@hagenw

When I run the following:

$ python -m sphinx -W docs/ build/html -b html

It fails when executing docs/publish.rst with

...
RuntimeError: You want to depend on '1.0.0' of age-test, but the dependency file 'db.parquet' in ./age-test-1.1.0 does not match the dependency file for the requested version in the repository. Did you forgot to call 'audb.load_to(./age-test-1.1.0, age-test, version='1.0.0') or modified the file manually?

This error does not happen here in the CI pipeline, e.g. #401.
It is most likely related to #398

/cc @ChristianGeng

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions