-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Description
Mkdocs material does not have a mkdocs_theme.yml. I run my mkdocs build with strict in Travis to catch whether my mkdocs environment has warnings etc. It is currently failing because of this. This is due to the mkdocs 0.17 release.
WARNING - The theme 'material' does not appear to have a configuration file. Please upgrade to a current version of the theme.
An example theme config: https://github.com/mkdocs/mkdocs/blob/master/mkdocs/themes/mkdocs/mkdocs_theme.yml
Not sure if any options need to be specified in it. Probably more that it is missing, but maybe we need to specify something in it. Not sure yet.
It's not a critical issue, but it should probably get added for correctness.
Expected behavior
Material should not generate warnings.
Actual behavior
Is generating the warning that the config file is not found.
Steps to reproduce the bug
- Build with strict:
mkdocs build --clean --verbose --strict
Package versions
- Python: Any
- MkDocs:
0.17 - Material: Any
Project configuration
NA
System information
- OS: ANY
- Browser: NA
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open