mozilla / sphinx-js

Autodoc-style extraction into Sphinx for your JS project
https://pypi.python.org/pypi/sphinx-js/
MIT License
282 stars 81 forks source link

Set cwd to app.confdir as expected. #137

Closed bobesch closed 4 years ago

bobesch commented 4 years ago

See issue https://github.com/mozilla/sphinx-js/issues/136

erikrose commented 4 years ago

Thank you! I'm going to fix it instead by making all paths absolute internally, since cwd is a global, brittle thing. Watch for a merge soon!