This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: sphinx-quickstart.py still creates makefile even if user tells it not to
Type: behavior Stage:
Components: Documentation tools (Sphinx) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, varmaa
Priority: normal Keywords: patch

Created on 2008-03-23 16:52 by varmaa, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sphinx-quickstart-makefile.patch varmaa, 2008-03-23 16:52 Patch to fix the bug described in this issue.
Messages (2)
msg64369 - (view) Author: Atul Varma (varmaa) Date: 2008-03-23 16:52
If the user chooses not to have Sphinx create a Makefile, Sphinx still
behaves as though the user wants it to create one.  This patch provides
a simple fix.
msg64371 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-23 17:33
Thanks, committed as r61801.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46717
2008-03-23 17:33:58georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg64371
2008-03-23 16:52:47varmaacreate