diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-13 14:03:39 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-13 14:03:39 -0400 |
commit | df75b084d1cee1c5750f3e1cfc858997a55ed29f (patch) | |
tree | deebf70cbac2804f22781b6eca2d8ebb0be0292f | |
parent | 86d6aca9a26cd5c819889122e81933d66b2263ba (diff) | |
download | python-coveragepy-git-df75b084d1cee1c5750f3e1cfc858997a55ed29f.tar.gz |
Sphinx doesn't like duplicate conflicting url definitions
-rw-r--r-- | CHANGES.rst | 1 | ||||
-rw-r--r-- | doc/changes.rst | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 1859ef21..fa9c3aaf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -42,7 +42,6 @@ Version 4.0.1 --- 13 October 2015 - The source kit now contains all of the files needed to have a complete source tree, re-fixing `issue 137`_ and closing `issue 281`_. -.. _issue 137: https://bitbucket.org/ned/coveragepy/issues/137/provide-docs-with-source-distribution .. _issue 281: https://bitbucket.org/ned/coveragepy/issues/281/supply-scripts-for-testing-in-the .. _issue 397: https://bitbucket.org/ned/coveragepy/issues/397/stopping-and-resuming-coverage-with .. _issue 410: https://bitbucket.org/ned/coveragepy/issues/410/attributeerror-module-object-has-no diff --git a/doc/changes.rst b/doc/changes.rst index 3e25149d..406b92f4 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -82,7 +82,6 @@ Version 4.0.1 --- 13 October 2015 - The source kit now contains all of the files needed to have a complete source tree, re-fixing `issue 137`_ and closing `issue 281`_. -.. _issue 137: https://bitbucket.org/ned/coveragepy/issues/137/provide-docs-with-source-distribution .. _issue 281: https://bitbucket.org/ned/coveragepy/issues/281/supply-scripts-for-testing-in-the .. _issue 397: https://bitbucket.org/ned/coveragepy/issues/397/stopping-and-resuming-coverage-with .. _issue 410: https://bitbucket.org/ned/coveragepy/issues/410/attributeerror-module-object-has-no |