diff options
| author | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
| commit | 5978c17aed477cc2bbab7eae86bb8b18367c426e (patch) | |
| tree | 8a31a3695744a106791724453db559985f874c8e /sphinx/setup_command.py | |
| parent | f160503120e0f72ea8b70bb850c92b8023bb9f6e (diff) | |
| download | sphinx-5978c17aed477cc2bbab7eae86bb8b18367c426e.tar.gz | |
Docstring harmonization.
Diffstat (limited to 'sphinx/setup_command.py')
| -rw-r--r-- | sphinx/setup_command.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 8974b988..865ebb67 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -22,7 +22,8 @@ from sphinx.util.console import darkred, nocolor, color_terminal class BuildDoc(Command): - """Distutils command to build Sphinx documentation. + """ + Distutils command to build Sphinx documentation. The Sphinx build can then be triggered from distutils, and some Sphinx options can be set in ``setup.py`` or ``setup.cfg`` instead of Sphinx own |
