-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Describe the bug
References are not rendered correctly in the references section. See the screenshot below.
To Reproduce
Content of the file source/index.rst
:
=============
Example
=============
Text
=====================
There is some reference [Heil2018]_ and some more [Stefan2014]_ and even more [Sterratt2015]_.
Repeating the last reference [Sterratt2015]_.
References
==========
.. [Heil2018] Reference1
.. [Stefan2014] Reference2
.. [Sterratt2015] Reference3
compiled with
sphinx-build -M html source build
Expected behavior
I expected to see the text Sterratt2015
in blue above the phrase 'Reference3' like the other two references. Instead, you see only the indices '1' and '2', but no indication of the actual reference.
Screenshots
Environment info
- OS: Ubuntu 16.04.6
- Python version: 3.6.8
- Sphinx version: 2.2.0
- Sphinx extensions:
- Extra tools: