We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71ab623 + 65b014a commit 8783e65Copy full SHA for 8783e65
doc/en/goodpractices.rst
@@ -1,4 +1,4 @@
1
-.. highlightlang:: python
+.. highlight:: python
2
.. _`goodpractices`:
3
4
Good Integration Practices
doc/en/reference.rst
@@ -138,7 +138,7 @@ pytest.mark.parametrize
138
139
**Tutorial**: :doc:`parametrize`.
140
141
-.. automethod:: _pytest.python.Metafunc.parametrize
+This mark has the same signature as :py:meth:`_pytest.python.Metafunc.parametrize`; see there.
142
143
144
.. _`pytest.mark.skip ref`:
doc/en/requirements.txt
@@ -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
5
sphinxcontrib-trio
0 commit comments