samdphillips / raco-pkg-env

virtualenv like tool for Racket
Other
31 stars 2 forks source link

Regenerates and installs all of the Racket docs in _env/doc #2

Open samdphillips opened 3 years ago

samdphillips commented 3 years ago

Should not have all of the docs, just the ones installed for the environment.

$ du -sh _env/*
4.0K    _env/activate.sh
102M    _env/doc
8.0K    _env/etc
4.0K    _env/links.rktd
23M     _env/pkgs
samdphillips commented 3 years ago

Looking at this in more detail it seems that the additional documentation is from a package with a dependency that is somehow pulling in all of the main documentation.