diff --git a/.readthedocs.yml b/.readthedocs.yml index 8f0833a..437020b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,5 @@ # Required +# https://docs.readthedocs.io/en/stable/config-file/v2.html version: 2 # Build documentation in the docs/ directory with Sphinx diff --git a/README.rst b/README.rst index e1571ce..0eba439 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,10 @@ Features: - Flexible enough to run on a whole package or a single file. - Includes an API for custom mutation controls. +Full documentation: https://mutatest.readthedocs.io/ + +PyPI: https://pypi.org/project/mutatest/ + Installation ============ diff --git a/setup.py b/setup.py index 7e08c94..22ffc7d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ META_PATH = os.path.join("mutatest", "__init__.py") KEYWORDS = ["mutatest", "mutation", "testing", "test", "mutant", "mutate", "pytest"] PROJECT_URLS = { - "Documentation": "https://github.com/EvanKepner/mutatest", + "Documentation": "https://mutatest.readthedocs.io/", "Bug Tracker": "https://github.com/EvanKepner/mutatest/issues", "Source Code": "https://github.com/EvanKepner/mutatest", }