From e6568dcc56b204cf90fc6cb28c6cb318911e40fe Mon Sep 17 00:00:00 2001 From: Lunin Leonid Date: Wed, 11 Dec 2024 14:08:06 +0100 Subject: [PATCH] Omit notebook subfolders in docs (#549) --- .github/workflows/docs.yml | 1 + docs/source/examples.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cc5ff545..d88c2ea4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -155,6 +155,7 @@ jobs: uses: actions/download-artifact@v4 with: path: ./docs/source/_notebooks/ + merge-multiple: true - name: Build docs run: | diff --git a/docs/source/examples.rst b/docs/source/examples.rst index fe24a60a..95c65478 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -9,4 +9,4 @@ All of the notebooks can directly be run via binder or colab from the repo. :caption: Contents: :glob: - _notebooks/*/* + _notebooks/*