Skip to content

Add a hook to ensure README files are symlinked in swh-xxx/docs/

David Douard requested to merge douardda/swh-docs:handle-readme-file into master

The idea is to generalize the fact that all the swh packages should have a README file in the root directory, but this should be included in the sphinx documentation, for which the simplest way is to make the file symlinked in docs/. For several reasons, it's simpler to make this symlink creation handled by a hook/automation script at doc build time rather than add the symlink in the git repo of the swh package.

Merge request reports