allow links to be followed in copy_media_files #869
Closed
Labels
Comments
Hmm, interesting. I wonder if this could cause any issues. I am not sure how I feel about this change, I will give it some thought. It does seem like quite a niche request given it hasn't been raised before. |
I think I would be happy for this change to happen, I can't think of any problems with it and there have been no objections. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to set up a small documentation server that checks out all our projects from a local
gitlab repo and link the docs directories of each of them as sub folders of a separate docs
folder with its own index.md file and a page for each project in the mkdoc.yml like in this example:
Because project1 and project2 are logical links to the git clone's docs directories, media files
are not copied to site_dir and thus e.g. images inside the projects not visible in the generated
html.
To fix it I propose to add ", followlinks=True" to os.walk in copy_media_files
The text was updated successfully, but these errors were encountered: