Skip to content

Commit

Permalink
fix: Fix docson patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 18, 2023
1 parent 488730d commit 30b71a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**/docson/**.html', '**/docson/**.md']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**/docson/[!p]**', '**/docson/package*.json']


# -- Options for HTML output -------------------------------------------------
Expand Down

0 comments on commit 30b71a0

Please sign in to comment.