diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ac673a..5e4378e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,16 +118,18 @@ jobs: id: image-name open-api-ci: - uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v1 + uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3.0.2 needs: - store-reusable-workflow-vars with: main-branch: 'master' + run-docs: true python-version: '3.11' docker-image-name: ${{ needs.store-reusable-workflow-vars.outputs.image-name }} + django-settings-module: openklant.conf.ci open-api-publish: - uses: maykinmedia/open-api-workflows/.github/workflows/publish.yml@v1 + uses: maykinmedia/open-api-workflows/.github/workflows/publish.yml@v3.0.2 needs: - store-reusable-workflow-vars - open-api-ci diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 8b3ac9ad..b3b7d3ca 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -8,11 +8,11 @@ name: "CodeQL" on: push: branches: - - main + - master pull_request: # The branches below must be a subset of the branches above branches: - - main + - master schedule: - cron: '0 23 * * 6' diff --git a/docs/conf.py b/docs/conf.py index 73aa095a..0c582bb0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,8 +67,8 @@ None, ), "django": ( - "http://docs.djangoproject.com/en/3.2/", - "http://docs.djangoproject.com/en/3.2/_objects/", + "http://docs.djangoproject.com/en/4.2/", + "http://docs.djangoproject.com/en/4.2/_objects/", ), } @@ -77,7 +77,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_logo = "logo.svg" +# html_logo = "logo.svg" html_theme = "sphinx_rtd_theme" # Add any paths that contain custom static files (such as style sheets) here, @@ -90,6 +90,8 @@ todo_include_todos = True +linkcheck_retries = 3 + linkcheck_ignore = [ r"urn:*", r"https?://.*\.gemeente.nl",