I am very new to read the docs. I have a documentation folder docs in my github repo created using Sphinx in my local machine. I tried to link the docs to R
You need to tell RTD to install your package. See RTD FAQ My project isn’t building with autodoc.
If you look at your RTD build history, and expand the third bar, you will see the import errors.
To fix it:
requirements.txt
file.requirements.txt
file and push it to your repo, specifying your project's requirements, itself included.