From 06151cfe1c9a122623aca3e6888201294708c144 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 7 Sep 2023 11:53:27 -0400 Subject: [PATCH] man pages wouldn't build which made release difficult --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index edd02f62..70f2b6fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -187,7 +187,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [("quickstart", "pipenv", "", [author], 1)] +man_pages = [("installation", "pipenv", "", [author], 1)] # -- Options for Texinfo output -------------------------------------------