Merge pull request #10028 from pytest-dev/backport-10026-to-7.1.x

[7.1.x] Update location of `usage.rst` to fix manpage compilation
This commit is contained in:
Bruno Oliveira 2022-06-07 18:51:52 -03:00 committed by GitHub
commit c2aa80132a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ latex_domain_indices = False
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [("usage", "pytest", "pytest usage", ["holger krekel at merlinux eu"], 1)] man_pages = [("how-to/usage", "pytest", "pytest usage", ["holger krekel at merlinux eu"], 1)]
# -- Options for Epub output --------------------------------------------------- # -- Options for Epub output ---------------------------------------------------