Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with mkdocs-jupyter #51

Open
smarie opened this issue Oct 1, 2022 · 0 comments
Open

Incompatibility with mkdocs-jupyter #51

smarie opened this issue Oct 1, 2022 · 0 comments

Comments

@smarie
Copy link
Owner

smarie commented Oct 1, 2022

It seems that using both plugins at the same time leads to files not being detected by mkdocs-jupyter.

nav:
    - Home: index.md
    - Experiments: generated/gallery
    - Experiments Nb:
        - My Test: gallery_nb\experiment.ipynb

theme: material  # readthedocs  mkdocs

plugins:
  - gallery:
      examples_dirs: docs/gallery          # path to your example scripts
      gallery_dirs: docs/generated/gallery  # where to save generated gallery
      filename_pattern: ".*"
      within_subsection_order: FileNameSortKey  # order according to file name
  - mkdocs-jupyter:
      execute: False
      include: ["*.ipynb"]
      ignore: ["generated/gallery/*.ipynb"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant