You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permanent fix for #20 (removed dependency on distutils): replaced dir_util.copy_tree with shutil.copytree to use a built-in and maintained API in the directory merge functionality, this avoids the bug of dir_util where it caches the created directories and fails when trying to create them a second time.
Improvements
Added a test to verify the scenario of deleting paths and merging them again when using mkdocs-merge as a module (the bug reported in #20).
Formatted code with Black formatter.
Updated dev setup with instructions for setting up a virtual environment.