ovasquez / mkdocs-merge

Merge the source of multiple MkDocs sites into a single one
https://ovasquez.github.io/mkdocs-merge/
MIT License
22 stars 6 forks source link

Respect "docs_dir" key for both master and merged sites #8

Closed mihaipopescu closed 6 years ago

mihaipopescu commented 6 years ago

Initially, if a site had a different docs_dir, mkdocs-merge would have skipped the site with:

Could not find the site "docs" folder. This site be skipped: ...

This PR will fix that and respect the docs_dir key from mkdocs.yml for both master and merged sites.

mihaipopescu commented 6 years ago

If you have write access to the repo: On the build's detail screen, there is a button ↻ with the tooltip "Restart Build".

I think you can restart travis manually to make everything green.

ovasquez commented 6 years ago

@mihaipopescu the package was updated to the version 0.5.0. Thanks again for the PR 👍.