diff --git a/.circleci/config.yml b/.circleci/config.yml index 56e6cc1..ebf29be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: name: linkcheck command: | . env/bin/activate - make -C docs/ linkcheck linkcheck_retries=3 linkcheck_anchors=False linkcheck_ignore=[https:\/\/codecov.*] + make -C docs/ linkcheck test-3.7: <<: *full-test-template @@ -114,7 +114,7 @@ jobs: keys: - v2-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "tests/requirements.txt" }}-{{ .Environment.CIRCLE_JOB }} - - run: + - run: name: install dependencies command: | . env/bin/activate diff --git a/README.rst b/README.rst index 4c33fc1..f7f4e4c 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. image:: https://img.shields.io/pypi/v/dwavebinarycsp.svg - :target: https://pypi.python.org/pypi/dwavebinarycsp + :target: https://pypi.org/project/dwavebinarycsp .. image:: https://ci.appveyor.com/api/projects/status/b99rhw0l6ljsgw5t?svg=true :target: https://ci.appveyor.com/project/dwave-adtt/dwavebinarycsp diff --git a/docs/conf.py b/docs/conf.py index b3265ad..39aefa6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,6 +84,11 @@ # This patterns also effect to html_static_path and html_extra_path exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'sdk_index.rst'] +linkcheck_retries = 2 +linkcheck_anchors = False +linkcheck_ignore = [r'https://cloud.dwavesys.com/leap', # redirects, many checks + ] + # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'