]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix Sphinx warning (missing "setting-envvars" reference).
authorChris Jerdonek <chris.jerdonek@gmail.com>
Tue, 25 Dec 2012 23:26:24 +0000 (15:26 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Tue, 25 Dec 2012 23:26:24 +0000 (15:26 -0800)
This fixes the following warning when building the docs (probably from
the commit for issue #14901):

"/Doc/faq/windows.rst:138: WARNING: undefined label: setting-envvars (if the
link has no caption the label must precede a section header)"

Doc/using/windows.rst

index 742a2900a86e8a889e43dbd691f8507222b79bcd..c85afd2279c30d864e5f4af37c71c98aaeffbb1f 100644 (file)
@@ -82,6 +82,8 @@ In order to run Python flawlessly, you might have to change certain environment
 settings in Windows.
 
 
+.. _setting-envvars:
+
 Excursus: Setting environment variables
 ---------------------------------------