diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index c1c0c9698..d98fb82d1 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -45,7 +45,7 @@ jobs: python doctests.py - name: Run static type checker run: | - python -m pip install mypy + python -m pip install mypy types-setuptools python run_mypy.py - name: Check imports are sorted run: | diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 421990ba8..9711abbf2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1 +1 @@ -Detailed contribution guidelines are available as part of our documentation at http://axelrod.readthedocs.io/en/latest/tutorials/contributing/index.html +Detailed contribution guidelines are available as part of our documentation at https://axelrod.readthedocs.io/en/latest/how-to/contributing/index.html diff --git a/README.rst b/README.rst index bc430b60d..5f76e1fdb 100644 --- a/README.rst +++ b/README.rst @@ -114,7 +114,7 @@ All contributions are welcome! You can find helpful instructions about contributing in the documentation: -http://axelrod.readthedocs.org/en/latest/tutorials/contributing/index.html +https://axelrod.readthedocs.io/en/latest/how-to/contributing/index.html Publications ------------