Skip to content

Commit 8783e65

Browse files
authored
Merge pull request #7509 from bluetech/sphinx3
docs: support Sphinx>=3.1 and require it
2 parents 71ab623 + 65b014a commit 8783e65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/en/goodpractices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. highlightlang:: python
1+
.. highlight:: python
22
.. _`goodpractices`:
33

44
Good Integration Practices

doc/en/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pytest.mark.parametrize
138138

139139
**Tutorial**: :doc:`parametrize`.
140140

141-
.. automethod:: _pytest.python.Metafunc.parametrize
141+
This mark has the same signature as :py:meth:`_pytest.python.Metafunc.parametrize`; see there.
142142

143143

144144
.. _`pytest.mark.skip ref`:

doc/en/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pallets-sphinx-themes
22
pygments-pytest>=1.1.0
33
sphinx-removed-in>=0.2.0
4-
sphinx>=1.8.2,<2.1
4+
sphinx>=3.1,<4
55
sphinxcontrib-trio

0 commit comments

Comments
 (0)