Skip to content

Commit

Permalink
fixing gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
gviejo committed Nov 16, 2023
1 parent a06b089 commit 501bced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gallery_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# @Author: Guillaume Viejo
# @Date: 2023-08-04 11:37:58
# @Last Modified by: gviejo
# @Last Modified time: 2023-11-16 13:42:03
# @Last Modified time: 2023-11-16 14:23:37
from mkdocs_gallery.gen_gallery import DefaultResetArgv

conf = {
"reset_argv": DefaultResetArgv(),
"filename_pattern": "/_tutorial",
"filename_pattern": "/tutorial",
}

0 comments on commit 501bced

Please sign in to comment.