Closed helrond closed 1 year ago
It says a cyclic reference detected. It builds in strict mode for PRs, so it might be that it will be ok when merged. I'll pull locally and see if I can get any more useful diagostics.
Strict mode also worked fine for me locally :confused:
Seems to be an issue with the use of uuid somewhere?
griffe.exceptions.CyclicAliasError: Cyclic aliases detected: uuid
Looks like the latest version of Griffe (released yesterday) has a change to how alias resolution works: https://github.com/mkdocstrings/griffe/blob/master/CHANGELOG.md.
I will pin the requirements to the previous version as a temporary fix.
I've opened an issue in the griffe repo: https://github.com/mkdocstrings/griffe/issues/123
Any idea why the docs build is blowing up? I can run that same command locally without errors.