8000 Missing theme configuration file · Issue #519 · squidfunk/mkdocs-material · GitHub
[go: up one dir, main page]

Skip to content

Missing theme configuration file #519

@facelessuser

Description

@facelessuser

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

  1. 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 bugresolvedIssue is resolved, yet unreleased if open

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0