Skip to content

Reference not rendered correctly in sphinx 2.2.0 #6705

@alex4200

Description

@alex4200

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

Selection_808

Environment info

  • OS: Ubuntu 16.04.6
  • Python version: 3.6.8
  • Sphinx version: 2.2.0
  • Sphinx extensions:
  • Extra tools:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions