From 55e7a71446866a5134e49b9b6599261c16ecc1dd Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 7 Jun 2022 18:49:37 -0300 Subject: [PATCH] [7.1.x] Update location of `usage.rst` to fix manpage compilation --- doc/en/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index 5aedd2d32..0022363b2 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -320,7 +320,7 @@ latex_domain_indices = False # One entry per manual page. List of tuples # (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 ---------------------------------------------------