-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Hi,
Currently, I use sphinx-js everything works good in local, but I meet a big issue is that I cannot host my documentation on Readthedocs. I did the same config as mentioned in the sphinx-js readme, but the readthedocs always say an error that " Sphinx error:
jsdoc found no JS files in the directories ['/home/docs/checkouts/readthedocs.org/user_builds/readthedoc-test-l/checkouts/latest/myproject']. Make sure js_source_path is set correctly in conf.py. It is also possible (though unlikely) that jsdoc emitted invalid JSON. "
the screenshot for the error:
In my project, I stored the js file in myproject folder and I did jsdoc config like this:
here is the shinpx-js config:
.readthedocs.yml
requierments.txt
Everything is the same as the sphinx-js readme and everything work perfectly on local.
Can anyone help me host documentation on Readthedocs by using sphinx-js? or is there any examples that can host documentation on Readthedocs?
here is my repository for testing sphinx-js host on readthedocs : https://github.com/LinkunGao/readthedoc-test-l
Thanks!