Skip to content

Commit

Permalink
Remove duplicate targets in warnings.rst
Browse files Browse the repository at this point in the history
When building the docs, Sphinx will emit a warning if two links have the
same text. This is a weird constraint but apparently it's part of the
ReST spec. This commit fixes this by using double-underscore links.

More explanation: sphinx-doc/sphinx#3921
  • Loading branch information
jqmp committed Jun 24, 2020
1 parent 36de69d commit e8f88fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/warnings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ concepts which haven't been well-explored in this domain -- for example, the
way we create and gather multiple entity values. We might discover that we've
created the wrong abstractions and need to adjust the API in a
non-backwards-compatible way. (We explain our policy on this `here
<release-notes.rst#versioning-scheme>`_.) To be completely protected against breaking
<release-notes.rst#versioning-scheme>`__.) To be completely protected against breaking
changes, you can pin a specific version of Bionic in your ``requirements.txt`` file:

.. parsed-literal::
bionic==\ |version|
Bionic is widely used at Square, but so far hasn't received much testing in the outside
world. If you discover any new bugs, you can get help with them `here <get-help.rst>`_.
world. If you discover any new bugs, you can get help with them `here <get-help.rst>`__.

Avoid Global State
------------------
Expand Down

0 comments on commit e8f88fa

Please sign in to comment.