"read the docs only import links and not the contents in it" Code Answer

4

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:

  1. configure the rtd admin to use a virtual environment and install your package, using a requirements.txt file.
  2. create a requirements.txt file and push it to your repo, specifying your project's requirements, itself included.
By steventaitinger on October 7 2022

Answers related to “read the docs only import links and not the contents in it”

Only authorized users can answer the Search term. Please sign in first, or register a free account.