mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[tests] update the `pytest.mark.sphinx
` signature description (#12104)
This commit is contained in:
parent
4ca034bbba
commit
16748aef2d
@ -19,10 +19,14 @@ if TYPE_CHECKING:
|
||||
from typing import Any
|
||||
|
||||
DEFAULT_ENABLED_MARKERS = [
|
||||
# The marker signature differs from the constructor signature
|
||||
# since the way it is processed assumes keyword arguments for
|
||||
# the 'testroot' and 'srcdir'.
|
||||
(
|
||||
'sphinx('
|
||||
'buildername="html", /, *, '
|
||||
'testroot="root", confoverrides=None, freshenv=False, '
|
||||
'buildername="html", *, '
|
||||
'testroot="root", srcdir=None, '
|
||||
'confoverrides=None, freshenv=False, '
|
||||
'warningiserror=False, tags=None, verbosity=0, parallel=0, '
|
||||
'keep_going=False, builddir=None, docutils_conf=None'
|
||||
'): arguments to initialize the sphinx test application.'
|
||||
|
Loading…
Reference in New Issue
Block a user