zopefoundation / persistent

automatic persistence for Python objects
https://pypi.org/project/persistent/
Other
46 stars 28 forks source link

CI breakage: docs builds fail on GHA (yes, it's repoze.sphinx.autointerface) #164

Closed mgedmin closed 3 years ago

mgedmin commented 3 years ago

I created a PR to change appveyor.yml, which uncovered breakage in an unrelated build: https://github.com/zopefoundation/persistent/pull/163/checks?check_run_id=2837947135

We need to pin Sphinx < 4.0 as we did in other projects, but I'm not sure how to do that. I think it involves running the config script, which is a bit of a blocker for me due to https://github.com/zopefoundation/meta/issues/97.