From: Chris Jerdonek Date: Tue, 25 Dec 2012 23:26:24 +0000 (-0800) Subject: Fix Sphinx warning (missing "setting-envvars" reference). X-Git-Tag: v3.3.1rc1~482^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7c2386a3f6c69a5799eb3c8d0f6a877f8916d60;p=thirdparty%2FPython%2Fcpython.git Fix Sphinx warning (missing "setting-envvars" reference). 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)" --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 742a2900a86e..c85afd2279c3 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -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 ---------------------------------------