Closed swainn closed 5 years ago
Turns out the issue was caused by dependencies not being resolved correctly.
could please tell me how to solve this problem? I mean, how to resolve the dependencies here?
Good question @AgentDS. My memory was vague on this, but I think this was ultimately caused by a new dependency not being mocked (see the MOCK_MODULES
variable above). For my docs builds, I mock out all the dependencies of my project so that I don't have to install them (building the conda environment was timing out my docs builds). The docs only need access to my code, not my dependencies.
MOCK_MODULES
got it. I fix it by adding requirements.txt
under docs
folder. Thank you!
I get the following error in my rtd builds:
This is my conf.py: