mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
tutorial: make "documentation collection" clearer
This commit is contained in:
@@ -13,10 +13,10 @@ the described task.
|
||||
Setting up the documentation sources
|
||||
------------------------------------
|
||||
|
||||
The root directory of a documentation collection is called the :term:`source
|
||||
directory`. This directory also contains the Sphinx configuration file
|
||||
:file:`conf.py`, where you can configure all aspects of how Sphinx reads your
|
||||
sources and builds your documentation. [#]_
|
||||
The root directory of a Sphinx collection of reStructuredText document sources
|
||||
is called the :term:`source directory`. This directory also contains the Sphinx
|
||||
configuration file :file:`conf.py`, where you can configure all aspects of how
|
||||
Sphinx reads your sources and builds your documentation. [#]_
|
||||
|
||||
Sphinx comes with a script called :program:`sphinx-quickstart` that sets up a
|
||||
source directory and creates a default :file:`conf.py` with the most useful
|
||||
|
Reference in New Issue
Block a user