man pages wouldn't build which made release difficult

This commit is contained in:
Matt Davis
2023-09-07 11:53:27 -04:00
parent 778b8ed10f
commit 06151cfe1c
+1 -1
View File
@@ -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 -------------------------------------------