FAQ

Here we list known errors and their fix. And as named some of the often searched questions/fixes.

Warning messages from build process

Duplicate explicit target name

Error

Currently, sphinx warning(“Duplicate explicit target name” ) occurs within the same rst file.

Example

`foo <http://foo.com>`_
`Foo <http://bar.de>`_

Solution

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>`__