Skip to content

Commit

Permalink
Remove sphinx_gallery_formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin-Crawford committed Dec 3, 2023
1 parent 3e3286c commit 4554eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4554eb8

Please sign in to comment.