From 0101eff78ab68dcf8a8c20e06c24b68d8e4c45e6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 5 Oct 2015 16:59:00 -0400 Subject: Remove the obsoleted doc for the [combine] configuration --- doc/config.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 840e7de7..1b451b30 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] -- cgit v1.2.1