From 4554eb894e60598c224cc0b97b4ac6696c6c1441 Mon Sep 17 00:00:00 2001 From: Devin Date: Sun, 3 Dec 2023 20:49:42 +0100 Subject: [PATCH] Remove sphinx_gallery_formats --- .github/workflows/build_examples.yml | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index ba483adca00..15a69e105e7 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -28,7 +28,7 @@ concurrency: jobs: build_docs_no_deploy: # The type of runner that the job will run on - name: full_documentation + name: doc_build_test runs-on: [windows-latest, pyaedt] timeout-minutes: 480 strategy: diff --git a/doc/source/conf.py b/doc/source/conf.py index 91e29dd5c1c..0fb180182a3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -290,7 +290,7 @@ def setup(app): "filename_pattern": filename_pattern, # Allow py:percent format for example files to allow editing directly in a jupyter # notebook using the jupytext plugin. 'doctest' is the default for *.py files. - "sphinx_gallery_formats": ["doctest", "py:percent"], + # "sphinx_gallery_formats": ["doctest", "py:percent"], # Remove the "Download all examples" button from the top level gallery "download_all_examples": False, # Sort gallery examples by file name instead of number of lines (default)