Skip to content

Commit f07d3ad

Browse files
authored
Merge pull request #1373 from WolframResearch/bugfix/install-doc-resources
Bugfix: `InstallDocumentationResources` should accept paclet asset files
2 parents 85b8f21 + 32210b9 commit f07d3ad

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Source/Chatbook/PromptGenerators/RelatedDocumentation.wl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,12 +1105,7 @@ getSnippets // endDefinition;
11051105
(* ::Section::Closed:: *)
11061106
(*InstallDocumentationResources*)
11071107
InstallDocumentationResources // beginDefinition;
1108-
1109-
InstallDocumentationResources[ ] :=
1110-
catchMine @ Block[ { $pacletStreamableSnippetsDirectory = None },
1111-
installDocumentationResources[ ]
1112-
];
1113-
1108+
InstallDocumentationResources[ ] := catchMine @ installDocumentationResources[ ];
11141109
InstallDocumentationResources // endExportedDefinition;
11151110

11161111
(* ::**************************************************************************************************************:: *)

0 commit comments

Comments
 (0)