Skip to content

Commit

Permalink
Be more specific about which directories to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Aug 12, 2024
1 parent c9a8e90 commit 90bb110
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,16 @@
"**.ipynb_checkpoints",
# Workaround from https://github.com/executablebooks/MyST-NB/issues/363 to prevent
# myst-nb from parsing the .ipynb and .py files generated by sphinx-gallery.
"**/*.ipynb",
"**/*.py",
"gallery/**/*.ipynb",
"tutorials/**/*.ipynb",
"get_started/**/*.ipynb",
"projections/**/*.ipynb",
"gallery/**/*.py",
"tutorials/**/*.py",
"get_started/**/*.py",
"projections/**/*.py",
]

source_suffix = ".rst"
needs_sphinx = "1.8"
# The encoding of source files.
Expand Down

0 comments on commit 90bb110

Please sign in to comment.