Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 3781ad9..b270d57 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -694,6 +694,9 @@
 | local        | :file:`setup.cfg`                               | \(3)  |
 +--------------+-------------------------------------------------+-------+
 
+On all platforms, the "personal" file can be temporarily disabled by
+passing the `--no-user-cfg` option.
+
 Notes:
 
 (1)