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 -------------------------------------------