From b7c2386a3f6c69a5799eb3c8d0f6a877f8916d60 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Tue, 25 Dec 2012 15:26:24 -0800 Subject: [PATCH] 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)" --- Doc/using/windows.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 742a2900a86..c85afd2279c 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 ---------------------------------------