Merge pull request #7509 from bluetech/sphinx3
docs: support Sphinx>=3.1 and require it
This commit is contained in:
commit
8783e65f8d
|
@ -1,4 +1,4 @@
|
|||
.. highlightlang:: python
|
||||
.. highlight:: python
|
||||
.. _`goodpractices`:
|
||||
|
||||
Good Integration Practices
|
||||
|
|
|
@ -138,7 +138,7 @@ pytest.mark.parametrize
|
|||
|
||||
**Tutorial**: :doc:`parametrize`.
|
||||
|
||||
.. automethod:: _pytest.python.Metafunc.parametrize
|
||||
This mark has the same signature as :py:meth:`_pytest.python.Metafunc.parametrize`; see there.
|
||||
|
||||
|
||||
.. _`pytest.mark.skip ref`:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pallets-sphinx-themes
|
||||
pygments-pytest>=1.1.0
|
||||
sphinx-removed-in>=0.2.0
|
||||
sphinx>=1.8.2,<2.1
|
||||
sphinx>=3.1,<4
|
||||
sphinxcontrib-trio
|
||||
|
|
Loading…
Reference in New Issue