From 005c9d15955fd86cedf8984ed69e201f9c511b6d Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Thu, 19 Dec 2024 16:03:46 +0100 Subject: [PATCH] :construction_worker: [maykinmedia/open-api-framework#92] Make sure docs are built in CI --- .github/workflows/ci.yml | 7 ++++--- docs/conf.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ac673a..21fedf29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ on: env: IMAGE_NAME: maykinmedia/open-klant - DJANGO_SETTINGS_MODULE: openklant.conf.ci - DB_PASSWORD: '' - DB_USER: postgres + # DJANGO_SETTINGS_MODULE: openklant.conf.ci + # DB_PASSWORD: '' + # DB_USER: postgres jobs: # determine changed files to decide if certain jobs can be skipped or not @@ -123,6 +123,7 @@ jobs: - 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 }} diff --git a/docs/conf.py b/docs/conf.py index 73aa095a..b5417fbe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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,