summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r--sphinx/quickstart.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py
index d3cf18c5f..a25c04661 100644
--- a/sphinx/quickstart.py
+++ b/sphinx/quickstart.py
@@ -38,7 +38,7 @@ QUICKSTART_CONF = '''\
import sys, os
-# If your extensions (or modules documented by autodoc) are in another directory,
+# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.append(os.path.abspath('.'))
@@ -277,7 +277,8 @@ help:
\t@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
\t@echo " changes to make an overview of all changed/added/deprecated items"
\t@echo " linkcheck to check all external links for integrity"
-\t@echo " doctest to run all doctests embedded in the documentation (if enabled)"
+\t@echo " doctest to run all doctests embedded in the documentation \
+(if enabled)"
clean:
\t-rm -rf %(rbuilddir)s/*