move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
260 stars 132 forks source link

(re) draft Census connector #978

Closed Charlie-Kramer closed 7 months ago

Charlie-Kramer commented 8 months ago

Draft census connector--fixed typo in index.html (thanks Austin!), linted, re-ran tests.

shaunagm commented 7 months ago

Hi Charlie - looks like you're still having issues with linting. Let me know if I can help!

Charlie-Kramer commented 7 months ago

Shauna thanks for the heads up! I managed to fix it but now I'm getting this error (under build)

Sphinx version error: The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.

I see some discussion of this error on stackoverflow (https://stackoverflow.com/questions/77848565/sphinxcontrib-applehelp-breaking-sphinx-builds-with-sphinx-version-less-than-5-0) but I'm not sure what to do here, grateful for any pointers!

Charlie

shaunagm commented 7 months ago

Looks like this is an issue that Soren submitted a PR a couple weeks ago to fix: https://github.com/move-coop/parsons/pull/975

If you update your branch, that should fix the issue, although note once you do that you'll want to pull those changes down to your local branch before making any additional edits.