I am using Sphinx for documenting my project. when i am running make html
i am getting this error.
I have installed Sphinx v1.1.2
. There might be some error in some of .rst
, files but This error message is unhelpful since i do not know which file to check as i have more than 100 .rst
files. So it is difficult to check files one by one.
Is there any way to solve this error or at-least to find out which file is erroneous?
Thanks in advance.