Skip to content

Commit 7cf250e

Browse files
committed
Fix warnings from sphinx
- fix path in readthedocs configuration
1 parent a2ff41b commit 7cf250e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ build:
99
python: "3.11"
1010

1111
sphinx:
12-
configuration: docs/conf.py
12+
configuration: docs/source/conf.py
1313
fail_on_warning: true

docs/source/usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,12 +399,12 @@ supported.
399399

400400

401401
Multiple test order markers
402-
-------------------
402+
---------------------------
403403
More than one order marker can be set for the test.
404404
In this scenario test will be executed several times in the defined order.
405405

406406
Combination of absolute and relative ordering
407-
~~~~~~~~~~~~~~
407+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
408408
.. code:: python
409409
410410
import pytest
@@ -449,7 +449,7 @@ so it will be run multiple times.
449449

450450

451451
Parametrized tests
452-
~~~~~~~~~~~~~~
452+
~~~~~~~~~~~~~~~~~~
453453
Although multiple test order markers create their own parametrization, it can be used with parametrized tests.
454454

455455
.. code:: python

0 commit comments

Comments
 (0)