mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Trim docs/config.rst now that new config setting smart_quotes exists
This commit is contained in:
parent
4b3d41c855
commit
9701c236d4
@ -15,15 +15,12 @@ and output behavior.
|
||||
|
||||
An optional file `docutils.conf`_ can be added to the configuration
|
||||
directory to adjust `Docutils`_ configuration if not otherwise overriden or
|
||||
set by Sphinx; this applies in particular to the `Docutils smart_quotes
|
||||
setting`_ (Note that Sphinx applies smart quotes transform by default.)
|
||||
set by Sphinx.
|
||||
|
||||
.. _`docutils`: http://docutils.sourceforge.net/
|
||||
|
||||
.. _`docutils.conf`: http://docutils.sourceforge.net/docs/user/config.html
|
||||
|
||||
.. _`Docutils smart_quotes setting`: http://docutils.sourceforge.net/docs/user/config.html#smart-quotes
|
||||
|
||||
The configuration file is executed as Python code at build time (using
|
||||
:func:`execfile`, and with the current directory set to its containing
|
||||
directory), and therefore can execute arbitrarily complex code.
|
||||
|
Loading…
Reference in New Issue
Block a user