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