doc: require sphinx 5

Fix #9836.
This commit is contained in:
Ran Benita
2022-08-13 12:35:07 +03:00
parent c72d202317
commit cb7f5ed3b1
5 changed files with 9 additions and 13 deletions

View File

@@ -521,7 +521,7 @@ def approx(expected, rel=None, abs=None, nan_ok: bool = False) -> ApproxBase:
"""Assert that two numbers (or two ordered sequences of numbers) are equal to each other
within some tolerance.
Due to the :std:doc:`tutorial/floatingpoint`, numbers that we
Due to the :doc:`python:tutorial/floatingpoint`, numbers that we
would intuitively expect to be equal are not always so::
>>> 0.1 + 0.2 == 0.3