Here we list known errors and their fix. And as named some of the often searched questions/fixes.
Currently, sphinx warning(“Duplicate explicit target name” ) occurs within the same rst file.
Example
`foo <http://foo.com>`_
`Foo <http://bar.de>`_
Change to different target name(link name) for each as possible. Or see following link:
how-to-have-same-text-in-two-links-with-restructured-text
Solution with anonymous link
`foo <http://foo.com>`__
`Foo <http://bar.de>`__