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
+1 -1
View File
@@ -90,7 +90,7 @@ and can also be used to hold pytest configuration if they have a ``[pytest]`` se
setup.cfg
~~~~~~~~~
``setup.cfg`` files are general purpose configuration files, used originally by :doc:`distutils <distutils/configfile>`, and can also be used to hold pytest configuration
``setup.cfg`` files are general purpose configuration files, used originally by :doc:`distutils <python:distutils/configfile>`, and can also be used to hold pytest configuration
if they have a ``[tool:pytest]`` section.
.. code-block:: ini