Skip to content

Commit da01ee0

Browse files
authored
Merge pull request #8185 from bluetech/revert-docs-pygments-workaround
Revert "doc: temporary workaround for pytest-pygments lexing error"
2 parents af5da97 + 5e323be commit da01ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/en/fixture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ Example:
19751975
19761976
Running this test will *skip* the invocation of ``data_set`` with value ``2``:
19771977

1978-
.. code-block::
1978+
.. code-block:: pytest
19791979
19801980
$ pytest test_fixture_marks.py -v
19811981
=========================== test session starts ============================

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
2-
pygments-pytest>=1.1.0
2+
pygments-pytest>=2.2.0
33
sphinx-removed-in>=0.2.0
44
sphinx>=3.1,<4
55
sphinxcontrib-trio

0 commit comments

Comments
 (0)