Skip to content

Commit

Permalink
build: Exclude .doctrees from installer
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Sep 7, 2024
1 parent 12f5c20 commit 7f7215b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DyssolInstallers/Scripts/HelpFiles.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[Files]
#ifdef IsDocs
Source: "..\..\install\windows\share\Dyssol\docs\sphinx\html\*.html"; DestDir: "{app}\{code:DirHelp}"; Flags: ignoreversion
Source: "..\..\install\windows\share\Dyssol\docs\sphinx\html\.doctrees\*"; DestDir: "{app}\{code:DirHelp}\.doctrees"; Flags: ignoreversion recursesubdirs
Source: "..\..\install\windows\share\Dyssol\docs\sphinx\html\_static\*"; DestDir: "{app}\{code:DirHelp}\_static"; Flags: ignoreversion recursesubdirs
Source: "..\..\install\windows\share\Dyssol\docs\sphinx\html\_images\*"; DestDir: "{app}\{code:DirHelp}\_images"; Flags: ignoreversion recursesubdirs
Source: "..\..\install\windows\share\Dyssol\docs\sphinx\html\000_get_started\*"; DestDir: "{app}\{code:DirHelp}\000_get_started"; Flags: ignoreversion recursesubdirs
Expand Down

0 comments on commit 7f7215b

Please sign in to comment.