File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 3838 </Exec >
3939 </Target >
4040
41+ <Target Name =" EmbedGeneratedAssets" AfterTargets =" NpmRunBuild" >
42+ <ItemGroup >
43+ <EmbeddedResource Include =" _static/*.js" Watch =" false" />
44+ <EmbeddedResource Include =" _static/*.js.map" Watch =" false" />
45+ <EmbeddedResource Include =" _static/*.css" Watch =" false" />
46+ <EmbeddedResource Include =" _static/*.css.map" Watch =" false" />
47+ <EmbeddedResource Include =" _static/*.svg" />
48+ </ItemGroup >
49+ </Target >
50+
4151 <ItemGroup >
4252 <PackageReference Include =" DotNet.Glob" Version =" 3.1.3" />
4353 <PackageReference Include =" SoftCircuits.IniFileParser" Version =" 2.6.0" />
5060 <PackageReference Include =" YamlDotNet" Version =" 16.1.3" />
5161 <PackageReference Include =" System.IO.Abstractions" Version =" 21.0.29" />
5262 </ItemGroup >
53- <ItemGroup >
54- <EmbeddedResource Include =" _static/*.js" Watch =" false" />
55- <EmbeddedResource Include =" _static/*.css" Watch =" false" />
56- <EmbeddedResource Include =" _static/*.svg" />
57- </ItemGroup >
63+
5864</Project >
Original file line number Diff line number Diff line change 33<script src =" @Model.Static(" documentation_options.js " )" ></script >
44<script src =" @Model.Static(" doctools.js " )" ></script >
55<script src =" @Model.Static(" sphinx_highlight.js " )" ></script >
6- <script src =" @Model.Static(" sphinx_highlight.js " )" ></script >
76<script >let toggleHintShow = ' Click to show' ; </script >
87<script >let toggleHintHide = ' Click to hide' ; </script >
98<script >let toggleOpenOnPrint = ' true' ; </script >
You can’t perform that action at this time.
0 commit comments