useblocks / sphinx-collections

Integrates different sources into one Sphinx project.
https://sphinx-collections.readthedocs.io/en/latest/
MIT License
18 stars 8 forks source link

Do not create target directory upon initializing a collection #23

Open n-burger opened 1 year ago

n-burger commented 1 year ago

Currently, a collection always creates the target directory upon initialization. This leads to the issue that the symlink driver (and also the jinja driver) does not work as expected.

Not creating a target directory upon collection initialization fixes this issue.

Resolves #22

n-burger commented 1 year ago

Would it be possible to merge this PR?