diff options
author | Georg Brandl <georg@python.org> | 2014-09-20 22:35:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-20 22:35:08 (GMT) |
commit | 3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53 (patch) | |
tree | 02d439e63509e1ff90ad7ee940116e15a877a6d5 /Doc/distutils/configfile.rst | |
parent | 8a97896a765e4b1ef8753b4a410a8f3e981cb9b8 (diff) | |
download | cpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.zip cpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.tar.gz cpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.tar.bz2 |
Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.
Diffstat (limited to 'Doc/distutils/configfile.rst')
-rw-r--r-- | Doc/distutils/configfile.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/configfile.rst b/Doc/distutils/configfile.rst index ac79671..8faffe6 100644 --- a/Doc/distutils/configfile.rst +++ b/Doc/distutils/configfile.rst @@ -67,7 +67,7 @@ universal :option:`--help` option, e.g. :: [...] Note that an option spelled :option:`--foo-bar` on the command-line is spelled -:option:`foo_bar` in configuration files. +``foo_bar`` in configuration files. .. _distutils-build-ext-inplace: @@ -114,7 +114,7 @@ own :file:`setup.cfg`:: doc/ examples/ -Note that the :option:`doc_files` option is simply a whitespace-separated string +Note that the ``doc_files`` option is simply a whitespace-separated string split across multiple lines for readability. |