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 -------------------------------------------------