summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-10-05 16:59:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-10-05 16:59:00 -0400
commitfb6c870536dbfe556429ac6af34e72459b6c8f32 (patch)
tree842af618a6537d706bbbd2a8a758f9508829f8b8
parentc51b96c6a4eac06dc1a18ab65fd8a39275554c6f (diff)
downloadpython-coveragepy-fb6c870536dbfe556429ac6af34e72459b6c8f32.tar.gz
Remove the obsoleted doc for the [combine] configuration
-rw-r--r--doc/config.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 840e7de..1b451b3 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -148,20 +148,6 @@ measure during execution. See :ref:`source` for details.
Try this if you get seemingly impossible results.
-.. _config_combine:
-
-[combine]
----------
-
-Options for the ``coverage combine`` command.
-
-``ignore_errors`` (boolean, default False): ignore errors when reading the data
-files, so that corrupt data files won't prevent the other good ones from being
-combined.
-
-.. versionadded:: 4.1
-
-
.. _config_paths:
[paths]