Closed
Description
Subject: Getting "Duplicate explicit target name" errors
Problem
- I have links to several pages; the text for each link is the same: "Details". I am getting errors that 1) show the text as lower case, which is confusing; 2) show a random line number; and 3) should not be occurring at all.
Procedure to reproduce the problem
make clean html
Error logs / results
/Users/barbara/Documents/filenamet.rst:25: WARNING: Duplicate explicit target name: "details".
/Users/barbara/Documents/filenamet.rst:25: WARNING: Duplicate explicit target name: "details".
Expected results
No errors
Reproducible project / your project
Add lines like these to your file:
- `Details <https://github.com/signalfx/integrations/tree/release/collectd>`_
- `Details <https://github.com/signalfx/integrations/tree/release/collectd-docker>`_
- `Details <https://github.com/signalfx/integrations/tree/release/signalfx-metadata>`_
Environment info
- OS: Mac 10.11.6
- Python version: 2.7.10
- Sphinx version: 1.6.3