bug: docs building is failing because of missing score posterior
in #1497 we exchanged the score posterior for the vector field posterior. We need to update the docs accordingly to fix this issue:
Do I understand correctly that it's about changing sbi.inference.posteriors.score_posterior.ScorePosterior to sbi.inference.posteriors.vector_field_posterior.VectorFieldPosterior in mkdocs/docs/reference/posteriors.md ? I thought it is updated automatically. :/ I can fix that if you haven't already @janfb (and look for other potential related issues there). Is there a way to test new docs building locally btw?
Yes, that's it. yes, would be great if you can fix it for mkdocs @StarostinV .
(We will have to fix it for Readthedocs as well @michaeldeistler , but this is WIP.)
I will fix this, also for mkdocs
solved with #1641