diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-12-25 23:26:24 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-12-25 23:26:24 (GMT) |
commit | b7c2386a3f6c69a5799eb3c8d0f6a877f8916d60 (patch) | |
tree | 7a31fdd7fbbdd5e05af764acee7e58f660b707e1 /Doc/using | |
parent | b43099464a72ae36733cb1993771cc2b825df269 (diff) | |
download | cpython-b7c2386a3f6c69a5799eb3c8d0f6a877f8916d60.zip cpython-b7c2386a3f6c69a5799eb3c8d0f6a877f8916d60.tar.gz cpython-b7c2386a3f6c69a5799eb3c8d0f6a877f8916d60.tar.bz2 |
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)"
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 742a290..c85afd2 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 --------------------------------------- |