=== 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** .. code-block:: rest `foo `_ `Foo `_ 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** .. code-block:: rest `foo `__ `Foo `__