remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.32k stars 141 forks source link

Fix Sphinx Documentation Build #1264

Closed pjbollinger closed 2 years ago

pjbollinger commented 2 years ago

This resolves #1262.

Per this comment https://github.com/pypa/setuptools/issues/2548#issuecomment-771059348 and the Python docs https://docs.python.org/3/library/sys.html#sys.path, sys.path should only contain strings and not Path objects. Since we do not have dependencies frozen, a recent update to Sphinx broke the documentation build.