Running Sphinx Html Make Gets Stuck After Reading Sources
I am trying to use Sphinx for the first time to get documentation from docstrings in my code. I am currently using pycharm to run a sphinx task but I did not have luck with the com
Solution 1:
Solved. It appears that any wait-like function in a module will cause Sphinx to hang when importing it if it is executed at import time. I was using ROS and rospy.wait_for_service was causing the problem.
Post a Comment for "Running Sphinx Html Make Gets Stuck After Reading Sources"