nvaccess / nvda

NVDA, the free and open source Screen Reader for Microsoft Windows
https://www.nvaccess.org/
Other
2.12k stars 638 forks source link

Installer: Exclude .md.sub files generated when building documentation #17400

Closed wmhn1872265132 closed 4 days ago

wmhn1872265132 commented 1 week ago

Link to issue number:

Fixes #17214

Summary of the issue:

17214 changed the method of building html documents. Many .md.sub files will be generated in the process. These files are incorrectly included in the installer, increasing the installer size by about 2MB. After installing NVDA, it takes up an additional 30MB of space.

Description of user facing changes

none

Description of development approach

exclude these files

Testing strategy:

Check the documentation folder of the post-build installer to make sure it does not contain a .md.sub files

Known issues with pull request:

none

Code Review Checklist:

@coderabbitai summary

seanbudd commented 4 days ago

Thanks @wmhn1872265132