Closed oxr463 closed 6 years ago
gitlab-ci.log Mkdocs is failing to build my site with the latest version of the mkdocs-bootstrap theme.
I suggest adding *.yml to the MANIFEST.in, in order to make sure mkdocs_theme.yml gets included in the release.
mkdocs_theme.yml
diff --git a/MANIFEST.in b/MANIFEST.in index 9993b1f..cc6f29f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -recursive-include mkdocs_bootstrap *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.woff2 +recursive-include mkdocs_bootstrap *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.woff2 *.yml recursive-exclude * __pycache__ recursive-exclude * *.py[co]
Implemented in https://github.com/mkdocs/mkdocs-bootstrap/commit/3aebcfa12a394ad7faf6409e66aa0d88bd21df05
gitlab-ci.log Mkdocs is failing to build my site with the latest version of the mkdocs-bootstrap theme.
I suggest adding *.yml to the MANIFEST.in, in order to make sure
mkdocs_theme.yml
gets included in the release.