diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ac673a..b7ff169f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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,