From 30b71a0a17d99202edf4f4d2b85e0067c6a417fe Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 18 May 2023 17:31:07 -0400 Subject: [PATCH] fix: Fix docson patterns --- docs/_static/docson | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/docson b/docs/_static/docson index 2ec08099b..e337eef03 160000 --- a/docs/_static/docson +++ b/docs/_static/docson @@ -1 +1 @@ -Subproject commit 2ec08099b0735a91745dae43325715c218fff125 +Subproject commit e337eef037fcf1c084f2a4e980c83f51db463797 diff --git a/docs/conf.py b/docs/conf.py index 45d341451..1d3cc89bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 -------------------------------------------------