mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typo.
This commit is contained in:
parent
0bfeec7d13
commit
88d6b2a960
@ -10,7 +10,7 @@ The :term:`configuration directory` must contain a file named :file:`conf.py`.
|
|||||||
This file (containing Python code) is called the "build configuration file" and
|
This file (containing Python code) is called the "build configuration file" and
|
||||||
contains all configuration needed to customize Sphinx input and output behavior.
|
contains all configuration needed to customize Sphinx input and output behavior.
|
||||||
|
|
||||||
The configuration file if executed as Python code at build time (using
|
The configuration file is executed as Python code at build time (using
|
||||||
:func:`execfile`, and with the current directory set to its containing
|
:func:`execfile`, and with the current directory set to its containing
|
||||||
directory), and therefore can execute arbitrarily complex code. Sphinx then
|
directory), and therefore can execute arbitrarily complex code. Sphinx then
|
||||||
reads simple names from the file's namespace as its configuration.
|
reads simple names from the file's namespace as its configuration.
|
||||||
|
Loading…
Reference in New Issue
Block a user