mkdocs / mkdocs-bootstrap

MkDocs Bootstrap Theme
http://mkdocs.github.io/mkdocs-bootstrap/
BSD 2-Clause "Simplified" License
84 stars 36 forks source link

Error: The theme 'bootstrap' does not appear to have a configuration file. #25

Closed oxr463 closed 6 years ago

oxr463 commented 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.

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]
oxr463 commented 6 years ago

Implemented in https://github.com/mkdocs/mkdocs-bootstrap/commit/3aebcfa12a394ad7faf6409e66aa0d88bd21df05